Shades of Chinook #99CFA6
Tints of Chinook #99CFA6
RGB
CMYK
RGB Variations
Color information
#99CFA6 (or 0x99CFA6) is known color: Chinook. HEX triplet: 99, CF and A6. RGB value is (153,207,166). Sum of RGB (Red+Green+Blue) = 153+207+166=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #99CFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CFA6 is #663059. Grayscale: #BABABA. Windows color (decimal): -6697050 or 10932121. OLE color: 10932121.
HSL color Cylindrical-coordinate representation of color #99CFA6: hue angle of 134.44º 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 #99CFA6 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 166 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.19 |
| HSL | 134.44º | 0.36% | 0.71% | - |
| HSV(B) | 134.44º | 0.26% | 0.81% | - |
| XYZ | 42.33 | 54.15 | 44.3 | - |
| YUV | 186.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 166 | 0.26 | 0 | 0.20 | 0.19 | 134.44 | 0.36 | 0.71 |
| Hex | 99 | CF | A6 | 1A | 0 | 14 | 13 | 86 | 24 | 47 |
| Octal | 231 | 317 | 246 | 32 | 0 | 24 | 23 | 206 | 44 | 107 |
| Binary | 10011001 | 11001111 | 10100110 | 11010 | 0 | 10100 | 10011 | 10000110 | 100100 | 1000111 |
Color Harmonies of #99CFA6
Complementary color
Monochromatic Colors of #99CFA6
Black with #99CFA6
Text Example
Text Example
White with #99CFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFA6; }
p { color: rgb(153,207,166); }
H1.HeaderClassName
{
color: #99CFA6;
}
.AnyTagClassName
{
color: #99CFA6;
}
</style>
background-color css
<style>
a { background-color: #99CFA6; }
a { background-color: rgb(153,207,166); }
div.DivClassName
{
background-color: #99CFA6;
}
.BgClassName
{
background-color: #99CFA6;
}
</style>
border-color css
<style>
span { border-color: #99CFA6; }
span { border-color: rgb(153,207,166); }
td.TdClassName
{
border-color: #99CFA6;
}
.TagClassName
{
border-color: #99CFA6;
}
</style>