Shades of Chinook #99CFA8
Tints of Chinook #99CFA8
RGB
CMYK
RGB Variations
Color information
#99CFA8 (or 0x99CFA8) is known color: Chinook. HEX triplet: 99, CF and A8. RGB value is (153,207,168). Sum of RGB (Red+Green+Blue) = 153+207+168=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #99CFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CFA8 is #663057. Grayscale: #BABABA. Windows color (decimal): -6697048 or 11063193. OLE color: 11063193.
HSL color Cylindrical-coordinate representation of color #99CFA8: hue angle of 136.67º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CFA8 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 168 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.19 |
| HSL | 136.67º | 0.36% | 0.71% | - |
| HSV(B) | 136.67º | 0.26% | 0.81% | - |
| XYZ | 42.52 | 54.23 | 45.27 | - |
| YUV | 186.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 168 | 0.26 | 0 | 0.19 | 0.19 | 136.67 | 0.36 | 0.71 |
| Hex | 99 | CF | A8 | 1A | 0 | 13 | 13 | 89 | 24 | 47 |
| Octal | 231 | 317 | 250 | 32 | 0 | 23 | 23 | 211 | 44 | 107 |
| Binary | 10011001 | 11001111 | 10101000 | 11010 | 0 | 10011 | 10011 | 10001001 | 100100 | 1000111 |
Color Harmonies of #99CFA8
Complementary color
Monochromatic Colors of #99CFA8
Black with #99CFA8
Text Example
Text Example
White with #99CFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFA8; }
p { color: rgb(153,207,168); }
H1.HeaderClassName
{
color: #99CFA8;
}
.AnyTagClassName
{
color: #99CFA8;
}
</style>
background-color css
<style>
a { background-color: #99CFA8; }
a { background-color: rgb(153,207,168); }
div.DivClassName
{
background-color: #99CFA8;
}
.BgClassName
{
background-color: #99CFA8;
}
</style>
border-color css
<style>
span { border-color: #99CFA8; }
span { border-color: rgb(153,207,168); }
td.TdClassName
{
border-color: #99CFA8;
}
.TagClassName
{
border-color: #99CFA8;
}
</style>