#99CEA2

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

Shades of Chinook #99CEA2

Tints of Chinook #99CEA2

Color information

#99CEA2 (or 0x99CEA2) is unknown color: approx Chinook. HEX triplet: 99, CE and A2. RGB value is (153,206,162). Sum of RGB (Red+Green+Blue) = 153+206+162=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #99CEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CEA2 is #66315D. Grayscale: #B9B9B9. Windows color (decimal): -6697310 or 10669721. OLE color: 10669721.

HSL color Cylindrical-coordinate representation of color #99CEA2: hue angle of 130.19º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CEA2 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB153206162-
CMYK0.2600.210.19
HSL130.19º35.1%70.39%-
HSV(B)130.19º25.73%80.78%-
XYZ41.7353.5242.31-
YUV185.14114.94105.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.37%
GREEN value IS 206 (80.86% from 255) = 39.54%
BLUE value IS 162 (63.67% from 255) = 31.09%
R=29.37%
G=39.54%
B=31.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532061620.2600.210.19130.1935.170.39
Hex99CEA21A01513822346
Octal231316242320252320243106
Binary1001100111001110101000101101001010110011100000101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,206,162); }

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

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

 a { background-color: rgb(153,206,162); }

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

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

 span { border-color: rgb(153,206,162); }

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