Shades of Chinook #98CE9F
Tints of Chinook #98CE9F
RGB
CMYK
RGB Variations
Color information
#98CE9F (or 0x98CE9F) is known color: Chinook. HEX triplet: 98, CE and 9F. RGB value is (152,206,159). Sum of RGB (Red+Green+Blue) = 152+206+159=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CE9F is #673160. Grayscale: #B8B8B8. Windows color (decimal): -6762849 or 10473112. OLE color: 10473112.
HSL color Cylindrical-coordinate representation of color #98CE9F: hue angle of 127.78º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98CE9F is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 159 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.19 |
| HSL | 127.78º | 0.36% | 0.7% | - |
| HSV(B) | 127.78º | 0.26% | 0.81% | - |
| XYZ | 41.28 | 53.32 | 40.92 | - |
| YUV | 184.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 159 | 0.26 | 0 | 0.23 | 0.19 | 127.78 | 0.36 | 0.7 |
| Hex | 98 | CE | 9F | 1A | 0 | 17 | 13 | 80 | 24 | 46 |
| Octal | 230 | 316 | 237 | 32 | 0 | 27 | 23 | 200 | 44 | 106 |
| Binary | 10011000 | 11001110 | 10011111 | 11010 | 0 | 10111 | 10011 | 10000000 | 100100 | 1000110 |
Color Harmonies of #98CE9F
Complementary color
Monochromatic Colors of #98CE9F
Black with #98CE9F
Text Example
Text Example
White with #98CE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CE9F; }
p { color: rgb(152,206,159); }
H1.HeaderClassName
{
color: #98CE9F;
}
.AnyTagClassName
{
color: #98CE9F;
}
</style>
background-color css
<style>
a { background-color: #98CE9F; }
a { background-color: rgb(152,206,159); }
div.DivClassName
{
background-color: #98CE9F;
}
.BgClassName
{
background-color: #98CE9F;
}
</style>
border-color css
<style>
span { border-color: #98CE9F; }
span { border-color: rgb(152,206,159); }
td.TdClassName
{
border-color: #98CE9F;
}
.TagClassName
{
border-color: #98CE9F;
}
</style>