Shades of Chinook #99CFA1
Tints of Chinook #99CFA1
RGB
CMYK
RGB Variations
Color information
#99CFA1 (or 0x99CFA1) is known color: Chinook. HEX triplet: 99, CF and A1. RGB value is (153,207,161). Sum of RGB (Red+Green+Blue) = 153+207+161=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #99CFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CFA1 is #66305E. Grayscale: #B9B9B9. Windows color (decimal): -6697055 or 10604441. OLE color: 10604441.
HSL color Cylindrical-coordinate representation of color #99CFA1: hue angle of 128.89º 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 #99CFA1 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 161 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.19 |
| HSL | 128.89º | 0.36% | 0.71% | - |
| HSV(B) | 128.89º | 0.26% | 0.81% | - |
| XYZ | 41.88 | 53.97 | 41.93 | - |
| YUV | 185.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 161 | 0.26 | 0 | 0.22 | 0.19 | 128.89 | 0.36 | 0.71 |
| Hex | 99 | CF | A1 | 1A | 0 | 16 | 13 | 81 | 24 | 47 |
| Octal | 231 | 317 | 241 | 32 | 0 | 26 | 23 | 201 | 44 | 107 |
| Binary | 10011001 | 11001111 | 10100001 | 11010 | 0 | 10110 | 10011 | 10000001 | 100100 | 1000111 |
Color Harmonies of #99CFA1
Complementary color
Monochromatic Colors of #99CFA1
Black with #99CFA1
Text Example
Text Example
White with #99CFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFA1; }
p { color: rgb(153,207,161); }
H1.HeaderClassName
{
color: #99CFA1;
}
.AnyTagClassName
{
color: #99CFA1;
}
</style>
background-color css
<style>
a { background-color: #99CFA1; }
a { background-color: rgb(153,207,161); }
div.DivClassName
{
background-color: #99CFA1;
}
.BgClassName
{
background-color: #99CFA1;
}
</style>
border-color css
<style>
span { border-color: #99CFA1; }
span { border-color: rgb(153,207,161); }
td.TdClassName
{
border-color: #99CFA1;
}
.TagClassName
{
border-color: #99CFA1;
}
</style>