Shades of Chinook #98DAA0
Tints of Chinook #98DAA0
RGB
CMYK
RGB Variations
Color information
#98DAA0 (or 0x98DAA0) is known color: Chinook. HEX triplet: 98, DA and A0. RGB value is (152,218,160). Sum of RGB (Red+Green+Blue) = 152+218+160=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #98DAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DAA0 is #67255F. Grayscale: #BFBFBF. Windows color (decimal): -6759776 or 10541720. OLE color: 10541720.
HSL color Cylindrical-coordinate representation of color #98DAA0: hue angle of 127.27º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98DAA0 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 218 | 160 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.15 |
| HSL | 127.27º | 0.47% | 0.73% | - |
| HSV(B) | 127.27º | 0.3% | 0.85% | - |
| XYZ | 44.37 | 59.36 | 42.38 | - |
| YUV | 191.65 | 110.13 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 218 | 160 | 0.30 | 0 | 0.27 | 0.15 | 127.27 | 0.47 | 0.73 |
| Hex | 98 | DA | A0 | 1E | 0 | 1B | F | 7F | 2F | 49 |
| Octal | 230 | 332 | 240 | 36 | 0 | 33 | 17 | 177 | 57 | 111 |
| Binary | 10011000 | 11011010 | 10100000 | 11110 | 0 | 11011 | 1111 | 1111111 | 101111 | 1001001 |
Color Harmonies of #98DAA0
Complementary color
Monochromatic Colors of #98DAA0
Black with #98DAA0
Text Example
Text Example
White with #98DAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DAA0; }
p { color: rgb(152,218,160); }
H1.HeaderClassName
{
color: #98DAA0;
}
.AnyTagClassName
{
color: #98DAA0;
}
</style>
background-color css
<style>
a { background-color: #98DAA0; }
a { background-color: rgb(152,218,160); }
div.DivClassName
{
background-color: #98DAA0;
}
.BgClassName
{
background-color: #98DAA0;
}
</style>
border-color css
<style>
span { border-color: #98DAA0; }
span { border-color: rgb(152,218,160); }
td.TdClassName
{
border-color: #98DAA0;
}
.TagClassName
{
border-color: #98DAA0;
}
</style>