Shades of Chinook #98D6AB
Tints of Chinook #98D6AB
RGB
CMYK
RGB Variations
Color information
#98D6AB (or 0x98D6AB) is known color: Chinook. HEX triplet: 98, D6 and AB. RGB value is (152,214,171). Sum of RGB (Red+Green+Blue) = 152+214+171=537 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.31% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #98D6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D6AB is #672954. Grayscale: #BEBEBE. Windows color (decimal): -6760789 or 11261592. OLE color: 11261592.
HSL color Cylindrical-coordinate representation of color #98D6AB: hue angle of 138.39º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D6AB is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 214 | 171 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.16 |
| HSL | 138.39º | 0.43% | 0.72% | - |
| HSV(B) | 138.39º | 0.29% | 0.84% | - |
| XYZ | 44.35 | 57.71 | 47.33 | - |
| YUV | 190.56 | 116.96 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 214 | 171 | 0.29 | 0 | 0.20 | 0.16 | 138.39 | 0.43 | 0.72 |
| Hex | 98 | D6 | AB | 1D | 0 | 14 | 10 | 8A | 2B | 48 |
| Octal | 230 | 326 | 253 | 35 | 0 | 24 | 20 | 212 | 53 | 110 |
| Binary | 10011000 | 11010110 | 10101011 | 11101 | 0 | 10100 | 10000 | 10001010 | 101011 | 1001000 |
Color Harmonies of #98D6AB
Complementary color
Monochromatic Colors of #98D6AB
Black with #98D6AB
Text Example
Text Example
White with #98D6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D6AB; }
p { color: rgb(152,214,171); }
H1.HeaderClassName
{
color: #98D6AB;
}
.AnyTagClassName
{
color: #98D6AB;
}
</style>
background-color css
<style>
a { background-color: #98D6AB; }
a { background-color: rgb(152,214,171); }
div.DivClassName
{
background-color: #98D6AB;
}
.BgClassName
{
background-color: #98D6AB;
}
</style>
border-color css
<style>
span { border-color: #98D6AB; }
span { border-color: rgb(152,214,171); }
td.TdClassName
{
border-color: #98D6AB;
}
.TagClassName
{
border-color: #98D6AB;
}
</style>