#16BB8D

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

Shades of Mountain Meadow #16BB8D

Tints of Mountain Meadow #16BB8D

Color information

#16BB8D (or 0x16BB8D) is unknown color: approx Mountain Meadow. HEX triplet: 16, BB and 8D. RGB value is (22,187,141). Sum of RGB (Red+Green+Blue) = 22+187+141=350 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.29% from 350); Green value is 187 (73.44% from 255 or 53.43% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 187 - color contains mainly: green. Hex color #16BB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BB8D is #E94472. Grayscale: #848484. Windows color (decimal): -15287411 or 9288470. OLE color: 9288470.

HSL color Cylindrical-coordinate representation of color #16BB8D: hue angle of 163.27º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BB8D is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB22187141-
CMYK0.8800.250.27
HSL163.27º78.95%40.98%-
HSV(B)163.27º88.24%73.33%-
XYZ22.9137.6331.26-
YUV132.42132.8449.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.29%
GREEN value IS 187 (73.44% from 255) = 53.43%
BLUE value IS 141 (55.47% from 255) = 40.29%
R=6.29%
G=53.43%
B=40.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal221871410.8800.250.27163.2778.9540.98
Hex16BB8D580191Ba34f29
Octal262732151300313324311751
Binary101101011101110001101101100001100111011101000111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,187,141); }

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

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

 a { background-color: rgb(22,187,141); }

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

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

 span { border-color: rgb(22,187,141); }

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