Shades of Chinook #98DEAA
Tints of Chinook #98DEAA
RGB
CMYK
RGB Variations
Color information
#98DEAA (or 0x98DEAA) is known color: Chinook. HEX triplet: 98, DE and AA. RGB value is (152,222,170). Sum of RGB (Red+Green+Blue) = 152+222+170=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #98DEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DEAA is #672155. Grayscale: #C3C3C3. Windows color (decimal): -6758742 or 11198104. OLE color: 11198104.
HSL color Cylindrical-coordinate representation of color #98DEAA: hue angle of 135.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DEAA is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 222 | 170 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.13 |
| HSL | 135.43º | 0.51% | 0.73% | - |
| HSV(B) | 135.43º | 0.32% | 0.87% | - |
| XYZ | 46.33 | 61.82 | 47.52 | - |
| YUV | 195.14 | 113.81 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 222 | 170 | 0.32 | 0 | 0.23 | 0.13 | 135.43 | 0.51 | 0.73 |
| Hex | 98 | DE | AA | 20 | 0 | 17 | D | 87 | 33 | 49 |
| Octal | 230 | 336 | 252 | 40 | 0 | 27 | 15 | 207 | 63 | 111 |
| Binary | 10011000 | 11011110 | 10101010 | 100000 | 0 | 10111 | 1101 | 10000111 | 110011 | 1001001 |
Color Harmonies of #98DEAA
Complementary color
Monochromatic Colors of #98DEAA
Black with #98DEAA
Text Example
Text Example
White with #98DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DEAA; }
p { color: rgb(152,222,170); }
H1.HeaderClassName
{
color: #98DEAA;
}
.AnyTagClassName
{
color: #98DEAA;
}
</style>
background-color css
<style>
a { background-color: #98DEAA; }
a { background-color: rgb(152,222,170); }
div.DivClassName
{
background-color: #98DEAA;
}
.BgClassName
{
background-color: #98DEAA;
}
</style>
border-color css
<style>
span { border-color: #98DEAA; }
span { border-color: rgb(152,222,170); }
td.TdClassName
{
border-color: #98DEAA;
}
.TagClassName
{
border-color: #98DEAA;
}
</style>