#16AF94

Color #16AF94 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #16AF94

Tints of Mountain Meadow #16AF94

Color information

#16AF94 (or 0x16AF94) is unknown color: approx Mountain Meadow. HEX triplet: 16, AF and 94. RGB value is (22,175,148). Sum of RGB (Red+Green+Blue) = 22+175+148=345 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.38% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AF94 is #E9506B. Grayscale: #7E7E7E. Windows color (decimal): -15290476 or 9744150. OLE color: 9744150.

HSL color Cylindrical-coordinate representation of color #16AF94: hue angle of 169.41º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AF94 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB22175148-
CMYK0.8700.150.31
HSL169.41º77.66%38.63%-
HSV(B)169.41º87.43%68.63%-
XYZ21.0132.9733.27-
YUV126.18140.3153.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 6.38%
GREEN value IS 175 (68.75% from 255) = 50.72%
BLUE value IS 148 (58.20% from 255) = 42.90%
R=6.38%
G=50.72%
B=42.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221751480.8700.150.31169.4177.6638.63
Hex16AF94570F1Fa94e27
Octal262572241270173725111647
Binary10110101011111001010010101110111111111101010011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16AF94; }

 p { color: rgb(22,175,148); }

 H1.HeaderClassName
 {
   color: #16AF94;
 }
 .AnyTagClassName
 {
   color: #16AF94;
 }
</style>
background-color css

<style>
 a { background-color: #16AF94; }

 a { background-color: rgb(22,175,148); }

 div.DivClassName
 {
   background-color: #16AF94;
 }
 .BgClassName
 {
   background-color: #16AF94;
 }
</style>
border-color css

<style>
 span { border-color: #16AF94; }

 span { border-color: rgb(22,175,148); }

 td.TdClassName
 {
   border-color: #16AF94;
 }
 .TagClassName
 {
   border-color: #16AF94;
 }
</style>