#99DEAB

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

Shades of Chinook #99DEAB

Tints of Chinook #99DEAB

Color information

#99DEAB (or 0x99DEAB) is unknown color: approx Chinook. HEX triplet: 99, DE and AB. RGB value is (153,222,171). Sum of RGB (Red+Green+Blue) = 153+222+171=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #99DEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DEAB is #662154. Grayscale: #C3C3C3. Windows color (decimal): -6693205 or 11263641. OLE color: 11263641.

HSL color Cylindrical-coordinate representation of color #99DEAB: hue angle of 135.65º 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 #99DEAB is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB153222171-
CMYK0.3100.230.13
HSL135.65º51.11%73.53%-
HSV(B)135.65º31.08%87.06%-
XYZ46.6161.9648.03-
YUV195.55114.1497.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.02%
GREEN value IS 222 (87.11% from 255) = 40.66%
BLUE value IS 171 (67.19% from 255) = 31.32%
R=28.02%
G=40.66%
B=31.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532221710.3100.230.13135.6551.1173.53
Hex99DEAB1F017D88334a
Octal231336253370271521063112
Binary100110011101111010101011111110101111101100010001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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