Shades of Chinook #98D4A4
Tints of Chinook #98D4A4
RGB
CMYK
RGB Variations
Color information
#98D4A4 (or 0x98D4A4) is known color: Chinook. HEX triplet: 98, D4 and A4. RGB value is (152,212,164). Sum of RGB (Red+Green+Blue) = 152+212+164=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #98D4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D4A4 is #672B5B. Grayscale: #BCBCBC. Windows color (decimal): -6761308 or 10802328. OLE color: 10802328.
HSL color Cylindrical-coordinate representation of color #98D4A4: hue angle of 132º degrees, saturation: 0.41, 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 #98D4A4 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 212 | 164 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.17 |
| HSL | 132º | 0.41% | 0.71% | - |
| HSV(B) | 132º | 0.28% | 0.83% | - |
| XYZ | 43.19 | 56.44 | 43.74 | - |
| YUV | 188.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 212 | 164 | 0.28 | 0 | 0.23 | 0.17 | 132 | 0.41 | 0.71 |
| Hex | 98 | D4 | A4 | 1C | 0 | 17 | 11 | 84 | 29 | 47 |
| Octal | 230 | 324 | 244 | 34 | 0 | 27 | 21 | 204 | 51 | 107 |
| Binary | 10011000 | 11010100 | 10100100 | 11100 | 0 | 10111 | 10001 | 10000100 | 101001 | 1000111 |
Color Harmonies of #98D4A4
Complementary color
Monochromatic Colors of #98D4A4
Black with #98D4A4
Text Example
Text Example
White with #98D4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D4A4; }
p { color: rgb(152,212,164); }
H1.HeaderClassName
{
color: #98D4A4;
}
.AnyTagClassName
{
color: #98D4A4;
}
</style>
background-color css
<style>
a { background-color: #98D4A4; }
a { background-color: rgb(152,212,164); }
div.DivClassName
{
background-color: #98D4A4;
}
.BgClassName
{
background-color: #98D4A4;
}
</style>
border-color css
<style>
span { border-color: #98D4A4; }
span { border-color: rgb(152,212,164); }
td.TdClassName
{
border-color: #98D4A4;
}
.TagClassName
{
border-color: #98D4A4;
}
</style>