#99CEA0

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

Shades of Chinook #99CEA0

Tints of Chinook #99CEA0

Color information

#99CEA0 (or 0x99CEA0) is unknown color: approx Chinook. HEX triplet: 99, CE and A0. RGB value is (153,206,160). Sum of RGB (Red+Green+Blue) = 153+206+160=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #99CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CEA0 is #66315F. Grayscale: #B9B9B9. Windows color (decimal): -6697312 or 10538649. OLE color: 10538649.

HSL color Cylindrical-coordinate representation of color #99CEA0: hue angle of 127.92º 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 #99CEA0 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB153206160-
CMYK0.2600.220.19
HSL127.92º35.1%70.39%-
HSV(B)127.92º25.73%80.78%-
XYZ41.5553.4541.39-
YUV184.91113.94105.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.48%
GREEN value IS 206 (80.86% from 255) = 39.69%
BLUE value IS 160 (62.89% from 255) = 30.83%
R=29.48%
G=39.69%
B=30.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532061600.2600.220.19127.9235.170.39
Hex99CEA01A01613802346
Octal231316240320262320043106
Binary1001100111001110101000001101001011010011100000001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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