#16BD96

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

Shades of Mountain Meadow #16BD96

Tints of Mountain Meadow #16BD96

Color information

#16BD96 (or 0x16BD96) is unknown color: approx Mountain Meadow. HEX triplet: 16, BD and 96. RGB value is (22,189,150). Sum of RGB (Red+Green+Blue) = 22+189+150=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #16BD96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BD96 is #E94269. Grayscale: #868686. Windows color (decimal): -15286890 or 9878806. OLE color: 9878806.

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

Color convert

RGB22189150-
CMYK0.8800.210.26
HSL165.99º79.15%41.37%-
HSV(B)165.99º88.36%74.12%-
XYZ24.0338.7735.07-
YUV134.62136.6747.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.09%
GREEN value IS 189 (74.22% from 255) = 52.35%
BLUE value IS 150 (58.98% from 255) = 41.55%
R=6.09%
G=52.35%
B=41.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal221891500.8800.210.26165.9979.1541.37
Hex16BD96580151Aa64f29
Octal262752261300253224611751
Binary101101011110110010110101100001010111010101001101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,189,150); }

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

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

 a { background-color: rgb(22,189,150); }

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

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

 span { border-color: rgb(22,189,150); }

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