Shades of Chinook #98D2AA
Tints of Chinook #98D2AA
RGB
CMYK
RGB Variations
Color information
#98D2AA (or 0x98D2AA) is known color: Chinook. HEX triplet: 98, D2 and AA. RGB value is (152,210,170). Sum of RGB (Red+Green+Blue) = 152+210+170=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 210 - color contains mainly: green. Hex color #98D2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D2AA is #672D55. Grayscale: #BCBCBC. Windows color (decimal): -6761814 or 11195032. OLE color: 11195032.
HSL color Cylindrical-coordinate representation of color #98D2AA: hue angle of 138.62º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D2AA is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 210 | 170 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.18 |
| HSL | 138.62º | 0.39% | 0.71% | - |
| HSV(B) | 138.62º | 0.28% | 0.82% | - |
| XYZ | 43.25 | 55.67 | 46.5 | - |
| YUV | 188.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 210 | 170 | 0.28 | 0 | 0.19 | 0.18 | 138.62 | 0.39 | 0.71 |
| Hex | 98 | D2 | AA | 1C | 0 | 13 | 12 | 8B | 27 | 47 |
| Octal | 230 | 322 | 252 | 34 | 0 | 23 | 22 | 213 | 47 | 107 |
| Binary | 10011000 | 11010010 | 10101010 | 11100 | 0 | 10011 | 10010 | 10001011 | 100111 | 1000111 |
Color Harmonies of #98D2AA
Complementary color
Monochromatic Colors of #98D2AA
Black with #98D2AA
Text Example
Text Example
White with #98D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D2AA; }
p { color: rgb(152,210,170); }
H1.HeaderClassName
{
color: #98D2AA;
}
.AnyTagClassName
{
color: #98D2AA;
}
</style>
background-color css
<style>
a { background-color: #98D2AA; }
a { background-color: rgb(152,210,170); }
div.DivClassName
{
background-color: #98D2AA;
}
.BgClassName
{
background-color: #98D2AA;
}
</style>
border-color css
<style>
span { border-color: #98D2AA; }
span { border-color: rgb(152,210,170); }
td.TdClassName
{
border-color: #98D2AA;
}
.TagClassName
{
border-color: #98D2AA;
}
</style>