Shades of Chinook #98D3A8
Tints of Chinook #98D3A8
RGB
CMYK
RGB Variations
Color information
#98D3A8 (or 0x98D3A8) is known color: Chinook. HEX triplet: 98, D3 and A8. RGB value is (152,211,168). Sum of RGB (Red+Green+Blue) = 152+211+168=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #98D3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D3A8 is #672C57. Grayscale: #BCBCBC. Windows color (decimal): -6761560 or 11064216. OLE color: 11064216.
HSL color Cylindrical-coordinate representation of color #98D3A8: hue angle of 136.27º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D3A8 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 211 | 168 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.17 |
| HSL | 136.27º | 0.4% | 0.71% | - |
| HSV(B) | 136.27º | 0.28% | 0.83% | - |
| XYZ | 43.31 | 56.09 | 45.59 | - |
| YUV | 188.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 211 | 168 | 0.28 | 0 | 0.20 | 0.17 | 136.27 | 0.4 | 0.71 |
| Hex | 98 | D3 | A8 | 1C | 0 | 14 | 11 | 88 | 28 | 47 |
| Octal | 230 | 323 | 250 | 34 | 0 | 24 | 21 | 210 | 50 | 107 |
| Binary | 10011000 | 11010011 | 10101000 | 11100 | 0 | 10100 | 10001 | 10001000 | 101000 | 1000111 |
Color Harmonies of #98D3A8
Complementary color
Monochromatic Colors of #98D3A8
Black with #98D3A8
Text Example
Text Example
White with #98D3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D3A8; }
p { color: rgb(152,211,168); }
H1.HeaderClassName
{
color: #98D3A8;
}
.AnyTagClassName
{
color: #98D3A8;
}
</style>
background-color css
<style>
a { background-color: #98D3A8; }
a { background-color: rgb(152,211,168); }
div.DivClassName
{
background-color: #98D3A8;
}
.BgClassName
{
background-color: #98D3A8;
}
</style>
border-color css
<style>
span { border-color: #98D3A8; }
span { border-color: rgb(152,211,168); }
td.TdClassName
{
border-color: #98D3A8;
}
.TagClassName
{
border-color: #98D3A8;
}
</style>