Shades of Chinook #99CEA4
Tints of Chinook #99CEA4
RGB
CMYK
RGB Variations
Color information
#99CEA4 (or 0x99CEA4) is known color: Chinook. HEX triplet: 99, CE and A4. RGB value is (153,206,164). Sum of RGB (Red+Green+Blue) = 153+206+164=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #99CEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CEA4 is #66315B. Grayscale: #B9B9B9. Windows color (decimal): -6697308 or 10800793. OLE color: 10800793.
HSL color Cylindrical-coordinate representation of color #99CEA4: hue angle of 132.45º 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 #99CEA4 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 164 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.19 |
| HSL | 132.45º | 0.35% | 0.7% | - |
| HSV(B) | 132.45º | 0.26% | 0.81% | - |
| XYZ | 41.91 | 53.6 | 43.26 | - |
| YUV | 185.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 164 | 0.26 | 0 | 0.20 | 0.19 | 132.45 | 0.35 | 0.7 |
| Hex | 99 | CE | A4 | 1A | 0 | 14 | 13 | 84 | 23 | 46 |
| Octal | 231 | 316 | 244 | 32 | 0 | 24 | 23 | 204 | 43 | 106 |
| Binary | 10011001 | 11001110 | 10100100 | 11010 | 0 | 10100 | 10011 | 10000100 | 100011 | 1000110 |
Color Harmonies of #99CEA4
Complementary color
Monochromatic Colors of #99CEA4
Black with #99CEA4
Text Example
Text Example
White with #99CEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CEA4; }
p { color: rgb(153,206,164); }
H1.HeaderClassName
{
color: #99CEA4;
}
.AnyTagClassName
{
color: #99CEA4;
}
</style>
background-color css
<style>
a { background-color: #99CEA4; }
a { background-color: rgb(153,206,164); }
div.DivClassName
{
background-color: #99CEA4;
}
.BgClassName
{
background-color: #99CEA4;
}
</style>
border-color css
<style>
span { border-color: #99CEA4; }
span { border-color: rgb(153,206,164); }
td.TdClassName
{
border-color: #99CEA4;
}
.TagClassName
{
border-color: #99CEA4;
}
</style>