Shades of Chinook #98DFAB
Tints of Chinook #98DFAB
RGB
CMYK
RGB Variations
Color information
#98DFAB (or 0x98DFAB) is known color: Chinook. HEX triplet: 98, DF and AB. RGB value is (152,223,171). Sum of RGB (Red+Green+Blue) = 152+223+171=546 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.84% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DFAB is #672054. Grayscale: #C3C3C3. Windows color (decimal): -6758485 or 11263896. OLE color: 11263896.
HSL color Cylindrical-coordinate representation of color #98DFAB: hue angle of 136.06º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DFAB is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 171 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.13 |
| HSL | 136.06º | 0.53% | 0.74% | - |
| HSV(B) | 136.06º | 0.32% | 0.87% | - |
| XYZ | 46.69 | 62.39 | 48.11 | - |
| YUV | 195.84 | 113.98 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 171 | 0.32 | 0 | 0.23 | 0.13 | 136.06 | 0.53 | 0.74 |
| Hex | 98 | DF | AB | 20 | 0 | 17 | D | 88 | 35 | 4A |
| Octal | 230 | 337 | 253 | 40 | 0 | 27 | 15 | 210 | 65 | 112 |
| Binary | 10011000 | 11011111 | 10101011 | 100000 | 0 | 10111 | 1101 | 10001000 | 110101 | 1001010 |
Color Harmonies of #98DFAB
Complementary color
Monochromatic Colors of #98DFAB
Black with #98DFAB
Text Example
Text Example
White with #98DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DFAB; }
p { color: rgb(152,223,171); }
H1.HeaderClassName
{
color: #98DFAB;
}
.AnyTagClassName
{
color: #98DFAB;
}
</style>
background-color css
<style>
a { background-color: #98DFAB; }
a { background-color: rgb(152,223,171); }
div.DivClassName
{
background-color: #98DFAB;
}
.BgClassName
{
background-color: #98DFAB;
}
</style>
border-color css
<style>
span { border-color: #98DFAB; }
span { border-color: rgb(152,223,171); }
td.TdClassName
{
border-color: #98DFAB;
}
.TagClassName
{
border-color: #98DFAB;
}
</style>