Shades of Chinook #98EEAA
Tints of Chinook #98EEAA
RGB
CMYK
RGB Variations
Color information
#98EEAA (or 0x98EEAA) is known color: Chinook. HEX triplet: 98, EE and AA. RGB value is (152,238,170). Sum of RGB (Red+Green+Blue) = 152+238+170=560 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.14% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #98EEAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98EEAA is #671155. Grayscale: #CCCCCC. Windows color (decimal): -6754646 or 11202200. OLE color: 11202200.
HSL color Cylindrical-coordinate representation of color #98EEAA: hue angle of 132.56º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EEAA is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 238 | 170 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.07 |
| HSL | 132.56º | 0.72% | 0.76% | - |
| HSV(B) | 132.56º | 0.36% | 0.93% | - |
| XYZ | 50.78 | 70.73 | 49.01 | - |
| YUV | 204.53 | 108.51 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 238 | 170 | 0.36 | 0 | 0.29 | 0.07 | 132.56 | 0.72 | 0.76 |
| Hex | 98 | EE | AA | 24 | 0 | 1D | 7 | 85 | 48 | 4C |
| Octal | 230 | 356 | 252 | 44 | 0 | 35 | 7 | 205 | 110 | 114 |
| Binary | 10011000 | 11101110 | 10101010 | 100100 | 0 | 11101 | 111 | 10000101 | 1001000 | 1001100 |
Color Harmonies of #98EEAA
Complementary color
Monochromatic Colors of #98EEAA
Black with #98EEAA
Text Example
Text Example
White with #98EEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EEAA; }
p { color: rgb(152,238,170); }
H1.HeaderClassName
{
color: #98EEAA;
}
.AnyTagClassName
{
color: #98EEAA;
}
</style>
background-color css
<style>
a { background-color: #98EEAA; }
a { background-color: rgb(152,238,170); }
div.DivClassName
{
background-color: #98EEAA;
}
.BgClassName
{
background-color: #98EEAA;
}
</style>
border-color css
<style>
span { border-color: #98EEAA; }
span { border-color: rgb(152,238,170); }
td.TdClassName
{
border-color: #98EEAA;
}
.TagClassName
{
border-color: #98EEAA;
}
</style>