Shades of Chinook #99CEA8
Tints of Chinook #99CEA8
RGB
CMYK
RGB Variations
Color information
#99CEA8 (or 0x99CEA8) is known color: Chinook. HEX triplet: 99, CE and A8. RGB value is (153,206,168). Sum of RGB (Red+Green+Blue) = 153+206+168=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #99CEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CEA8 is #663157. Grayscale: #B9B9B9. Windows color (decimal): -6697304 or 11062937. OLE color: 11062937.
HSL color Cylindrical-coordinate representation of color #99CEA8: hue angle of 136.98º 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 #99CEA8 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 168 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.19 |
| HSL | 136.98º | 0.35% | 0.7% | - |
| HSV(B) | 136.98º | 0.26% | 0.81% | - |
| XYZ | 42.28 | 53.74 | 45.19 | - |
| YUV | 185.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 168 | 0.26 | 0 | 0.18 | 0.19 | 136.98 | 0.35 | 0.7 |
| Hex | 99 | CE | A8 | 1A | 0 | 12 | 13 | 89 | 23 | 46 |
| Octal | 231 | 316 | 250 | 32 | 0 | 22 | 23 | 211 | 43 | 106 |
| Binary | 10011001 | 11001110 | 10101000 | 11010 | 0 | 10010 | 10011 | 10001001 | 100011 | 1000110 |
Color Harmonies of #99CEA8
Complementary color
Monochromatic Colors of #99CEA8
Black with #99CEA8
Text Example
Text Example
White with #99CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CEA8; }
p { color: rgb(153,206,168); }
H1.HeaderClassName
{
color: #99CEA8;
}
.AnyTagClassName
{
color: #99CEA8;
}
</style>
background-color css
<style>
a { background-color: #99CEA8; }
a { background-color: rgb(153,206,168); }
div.DivClassName
{
background-color: #99CEA8;
}
.BgClassName
{
background-color: #99CEA8;
}
</style>
border-color css
<style>
span { border-color: #99CEA8; }
span { border-color: rgb(153,206,168); }
td.TdClassName
{
border-color: #99CEA8;
}
.TagClassName
{
border-color: #99CEA8;
}
</style>