Shades of Chinook #98DAA7
Tints of Chinook #98DAA7
RGB
CMYK
RGB Variations
Color information
#98DAA7 (or 0x98DAA7) is known color: Chinook. HEX triplet: 98, DA and A7. RGB value is (152,218,167). Sum of RGB (Red+Green+Blue) = 152+218+167=537 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.31% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #98DAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DAA7 is #672558. Grayscale: #C0C0C0. Windows color (decimal): -6759769 or 11000472. OLE color: 11000472.
HSL color Cylindrical-coordinate representation of color #98DAA7: hue angle of 133.64º 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 #98DAA7 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 218 | 167 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.15 |
| HSL | 133.64º | 0.47% | 0.73% | - |
| HSV(B) | 133.64º | 0.3% | 0.85% | - |
| XYZ | 45 | 59.61 | 45.69 | - |
| YUV | 192.45 | 113.63 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 218 | 167 | 0.30 | 0 | 0.23 | 0.15 | 133.64 | 0.47 | 0.73 |
| Hex | 98 | DA | A7 | 1E | 0 | 17 | F | 86 | 2F | 49 |
| Octal | 230 | 332 | 247 | 36 | 0 | 27 | 17 | 206 | 57 | 111 |
| Binary | 10011000 | 11011010 | 10100111 | 11110 | 0 | 10111 | 1111 | 10000110 | 101111 | 1001001 |
Color Harmonies of #98DAA7
Complementary color
Monochromatic Colors of #98DAA7
Black with #98DAA7
Text Example
Text Example
White with #98DAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DAA7; }
p { color: rgb(152,218,167); }
H1.HeaderClassName
{
color: #98DAA7;
}
.AnyTagClassName
{
color: #98DAA7;
}
</style>
background-color css
<style>
a { background-color: #98DAA7; }
a { background-color: rgb(152,218,167); }
div.DivClassName
{
background-color: #98DAA7;
}
.BgClassName
{
background-color: #98DAA7;
}
</style>
border-color css
<style>
span { border-color: #98DAA7; }
span { border-color: rgb(152,218,167); }
td.TdClassName
{
border-color: #98DAA7;
}
.TagClassName
{
border-color: #98DAA7;
}
</style>