Shades of Chinook #9AE4AA
Tints of Chinook #9AE4AA
RGB
CMYK
RGB Variations
Color information
#9AE4AA (or 0x9AE4AA) is known color: Chinook. HEX triplet: 9A, E4 and AA. RGB value is (154,228,170). Sum of RGB (Red+Green+Blue) = 154+228+170=552 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.90% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 228 - color contains mainly: green. Hex color #9AE4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AE4AA is #651B55. Grayscale: #C7C7C7. Windows color (decimal): -6626134 or 11199642. OLE color: 11199642.
HSL color Cylindrical-coordinate representation of color #9AE4AA: hue angle of 132.97º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AE4AA is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 154 | 228 | 170 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.11 |
| HSL | 132.97º | 0.58% | 0.75% | - |
| HSV(B) | 132.97º | 0.32% | 0.89% | - |
| XYZ | 48.33 | 65.26 | 48.08 | - |
| YUV | 199.26 | 111.48 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 228 | 170 | 0.32 | 0 | 0.25 | 0.11 | 132.97 | 0.58 | 0.75 |
| Hex | 9A | E4 | AA | 20 | 0 | 19 | B | 85 | 3A | 4B |
| Octal | 232 | 344 | 252 | 40 | 0 | 31 | 13 | 205 | 72 | 113 |
| Binary | 10011010 | 11100100 | 10101010 | 100000 | 0 | 11001 | 1011 | 10000101 | 111010 | 1001011 |
Color Harmonies of #9AE4AA
Complementary color
Monochromatic Colors of #9AE4AA
Black with #9AE4AA
Text Example
Text Example
White with #9AE4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE4AA; }
p { color: rgb(154,228,170); }
H1.HeaderClassName
{
color: #9AE4AA;
}
.AnyTagClassName
{
color: #9AE4AA;
}
</style>
background-color css
<style>
a { background-color: #9AE4AA; }
a { background-color: rgb(154,228,170); }
div.DivClassName
{
background-color: #9AE4AA;
}
.BgClassName
{
background-color: #9AE4AA;
}
</style>
border-color css
<style>
span { border-color: #9AE4AA; }
span { border-color: rgb(154,228,170); }
td.TdClassName
{
border-color: #9AE4AA;
}
.TagClassName
{
border-color: #9AE4AA;
}
</style>