#99C2B6

Color #99C2B6 Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #99C2B6

Tints of Shadow Green #99C2B6

Color information

#99C2B6 (or 0x99C2B6) is unknown color: approx Shadow Green. HEX triplet: 99, C2 and B6. RGB value is (153,194,182). Sum of RGB (Red+Green+Blue) = 153+194+182=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 194 - color contains mainly: green. Hex color #99C2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C2B6 is #663D49. Grayscale: #B4B4B4. Windows color (decimal): -6700362 or 11977369. OLE color: 11977369.

HSL color Cylindrical-coordinate representation of color #99C2B6: hue angle of 162.44º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99C2B6 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB153194182-
CMYK0.2100.060.24
HSL162.44º25.15%68.04%-
HSV(B)162.44º21.13%76.08%-
XYZ40.8748.7351.51-
YUV180.37128.92108.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.92%
GREEN value IS 194 (76.17% from 255) = 36.67%
BLUE value IS 182 (71.48% from 255) = 34.40%
R=28.92%
G=36.67%
B=34.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531941820.2100.060.24162.4425.1568.04
Hex99C2B6150618a21944
Octal23130226625063024231104
Binary1001100111000010101101101010101101100010100010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99C2B6; }

 p { color: rgb(153,194,182); }

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

<style>
 a { background-color: #99C2B6; }

 a { background-color: rgb(153,194,182); }

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

<style>
 span { border-color: #99C2B6; }

 span { border-color: rgb(153,194,182); }

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