#16af97

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

Shades of Mountain Meadow #16AF97

Tints of Mountain Meadow #16AF97

Color information

#16AF97 (or 0x16AF97) is unknown color: approx Mountain Meadow. HEX triplet: 16, AF and 97. RGB value is (22,175,151). Sum of RGB (Red+Green+Blue) = 22+175+151=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AF97 is #E95068. Grayscale: #7E7E7E. Windows color (decimal): -15290473 or 9940758. OLE color: 9940758.

HSL color Cylindrical-coordinate representation of color #16AF97: hue angle of 170.59º 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 #16AF97 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB22175151-
CMYK0.8700.140.31
HSL170.59º77.66%38.63%-
HSV(B)170.59º87.43%68.63%-
XYZ21.2533.0634.54-
YUV126.52141.8153.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.32%
GREEN value IS 175 (68.75% from 255) = 50.29%
BLUE value IS 151 (59.38% from 255) = 43.39%
R=6.32%
G=50.29%
B=43.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221751510.8700.140.31170.5977.6638.63
Hex16AF97570E1Fab4e27
Octal262572271270163725311647
Binary10110101011111001011110101110111011111101010111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16af97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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