Shades of Chinook #98DCAB
Tints of Chinook #98DCAB
RGB
CMYK
RGB Variations
Color information
#98DCAB (or 0x98DCAB) is known color: Chinook. HEX triplet: 98, DC and AB. RGB value is (152,220,171). Sum of RGB (Red+Green+Blue) = 152+220+171=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DCAB is #672354. Grayscale: #C2C2C2. Windows color (decimal): -6759253 or 11263128. OLE color: 11263128.
HSL color Cylindrical-coordinate representation of color #98DCAB: hue angle of 136.76º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DCAB is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 171 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.14 |
| HSL | 136.76º | 0.49% | 0.73% | - |
| HSV(B) | 136.76º | 0.31% | 0.86% | - |
| XYZ | 45.89 | 60.8 | 47.85 | - |
| YUV | 194.08 | 114.97 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 171 | 0.31 | 0 | 0.22 | 0.14 | 136.76 | 0.49 | 0.73 |
| Hex | 98 | DC | AB | 1F | 0 | 16 | E | 89 | 31 | 49 |
| Octal | 230 | 334 | 253 | 37 | 0 | 26 | 16 | 211 | 61 | 111 |
| Binary | 10011000 | 11011100 | 10101011 | 11111 | 0 | 10110 | 1110 | 10001001 | 110001 | 1001001 |
Color Harmonies of #98DCAB
Complementary color
Monochromatic Colors of #98DCAB
Black with #98DCAB
Text Example
Text Example
White with #98DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DCAB; }
p { color: rgb(152,220,171); }
H1.HeaderClassName
{
color: #98DCAB;
}
.AnyTagClassName
{
color: #98DCAB;
}
</style>
background-color css
<style>
a { background-color: #98DCAB; }
a { background-color: rgb(152,220,171); }
div.DivClassName
{
background-color: #98DCAB;
}
.BgClassName
{
background-color: #98DCAB;
}
</style>
border-color css
<style>
span { border-color: #98DCAB; }
span { border-color: rgb(152,220,171); }
td.TdClassName
{
border-color: #98DCAB;
}
.TagClassName
{
border-color: #98DCAB;
}
</style>