#99DEA0

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

Shades of Chinook #99DEA0

Tints of Chinook #99DEA0

Color information

#99DEA0 (or 0x99DEA0) is unknown color: approx Chinook. HEX triplet: 99, DE and A0. RGB value is (153,222,160). Sum of RGB (Red+Green+Blue) = 153+222+160=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #99DEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DEA0 is #66215F. Grayscale: #C2C2C2. Windows color (decimal): -6693216 or 10542745. OLE color: 10542745.

HSL color Cylindrical-coordinate representation of color #99DEA0: hue angle of 126.09º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DEA0 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB153222160-
CMYK0.3100.280.13
HSL126.09º51.11%73.53%-
HSV(B)126.09º31.08%87.06%-
XYZ45.661.5542.74-
YUV194.3108.6498.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.60%
GREEN value IS 222 (87.11% from 255) = 41.50%
BLUE value IS 160 (62.89% from 255) = 29.91%
R=28.60%
G=41.50%
B=29.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532221600.3100.280.13126.0951.1173.53
Hex99DEA01F01CD7e334a
Octal231336240370341517663112
Binary10011001110111101010000011111011100110111111101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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