Shades of Chinook #99EAA6
Tints of Chinook #99EAA6
RGB
CMYK
RGB Variations
Color information
#99EAA6 (or 0x99EAA6) is known color: Chinook. HEX triplet: 99, EA and A6. RGB value is (153,234,166). Sum of RGB (Red+Green+Blue) = 153+234+166=553 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.67% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #99EAA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EAA6 is #661559. Grayscale: #CACACA. Windows color (decimal): -6690138 or 10939033. OLE color: 10939033.
HSL color Cylindrical-coordinate representation of color #99EAA6: hue angle of 129.63º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EAA6 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 234 | 166 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.08 |
| HSL | 129.63º | 0.66% | 0.76% | - |
| HSV(B) | 129.63º | 0.35% | 0.92% | - |
| XYZ | 49.44 | 68.37 | 46.67 | - |
| YUV | 202.03 | 107.66 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 234 | 166 | 0.35 | 0 | 0.29 | 0.08 | 129.63 | 0.66 | 0.76 |
| Hex | 99 | EA | A6 | 23 | 0 | 1D | 8 | 82 | 42 | 4C |
| Octal | 231 | 352 | 246 | 43 | 0 | 35 | 10 | 202 | 102 | 114 |
| Binary | 10011001 | 11101010 | 10100110 | 100011 | 0 | 11101 | 1000 | 10000010 | 1000010 | 1001100 |
Color Harmonies of #99EAA6
Complementary color
Monochromatic Colors of #99EAA6
Black with #99EAA6
Text Example
Text Example
White with #99EAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EAA6; }
p { color: rgb(153,234,166); }
H1.HeaderClassName
{
color: #99EAA6;
}
.AnyTagClassName
{
color: #99EAA6;
}
</style>
background-color css
<style>
a { background-color: #99EAA6; }
a { background-color: rgb(153,234,166); }
div.DivClassName
{
background-color: #99EAA6;
}
.BgClassName
{
background-color: #99EAA6;
}
</style>
border-color css
<style>
span { border-color: #99EAA6; }
span { border-color: rgb(153,234,166); }
td.TdClassName
{
border-color: #99EAA6;
}
.TagClassName
{
border-color: #99EAA6;
}
</style>