Shades of Chinook #98CEA8
Tints of Chinook #98CEA8
RGB
CMYK
RGB Variations
Color information
#98CEA8 (or 0x98CEA8) is known color: Chinook. HEX triplet: 98, CE and A8. RGB value is (152,206,168). Sum of RGB (Red+Green+Blue) = 152+206+168=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #98CEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CEA8 is #673157. Grayscale: #B9B9B9. Windows color (decimal): -6762840 or 11062936. OLE color: 11062936.
HSL color Cylindrical-coordinate representation of color #98CEA8: hue angle of 137.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 #98CEA8 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 168 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.19 |
| HSL | 137.78º | 0.36% | 0.7% | - |
| HSV(B) | 137.78º | 0.26% | 0.81% | - |
| XYZ | 42.09 | 53.65 | 45.18 | - |
| YUV | 185.52 | 118.11 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 168 | 0.26 | 0 | 0.18 | 0.19 | 137.78 | 0.36 | 0.7 |
| Hex | 98 | CE | A8 | 1A | 0 | 12 | 13 | 8A | 24 | 46 |
| Octal | 230 | 316 | 250 | 32 | 0 | 22 | 23 | 212 | 44 | 106 |
| Binary | 10011000 | 11001110 | 10101000 | 11010 | 0 | 10010 | 10011 | 10001010 | 100100 | 1000110 |
Color Harmonies of #98CEA8
Complementary color
Monochromatic Colors of #98CEA8
Black with #98CEA8
Text Example
Text Example
White with #98CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CEA8; }
p { color: rgb(152,206,168); }
H1.HeaderClassName
{
color: #98CEA8;
}
.AnyTagClassName
{
color: #98CEA8;
}
</style>
background-color css
<style>
a { background-color: #98CEA8; }
a { background-color: rgb(152,206,168); }
div.DivClassName
{
background-color: #98CEA8;
}
.BgClassName
{
background-color: #98CEA8;
}
</style>
border-color css
<style>
span { border-color: #98CEA8; }
span { border-color: rgb(152,206,168); }
td.TdClassName
{
border-color: #98CEA8;
}
.TagClassName
{
border-color: #98CEA8;
}
</style>