Shades of Chinook #98DBAC
Tints of Chinook #98DBAC
RGB
CMYK
RGB Variations
Color information
#98DBAC (or 0x98DBAC) is known color: Chinook. HEX triplet: 98, DB and AC. RGB value is (152,219,172). Sum of RGB (Red+Green+Blue) = 152+219+172=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DBAC is #672453. Grayscale: #C1C1C1. Windows color (decimal): -6759508 or 11328408. OLE color: 11328408.
HSL color Cylindrical-coordinate representation of color #98DBAC: hue angle of 137.91º degrees, saturation: 0.48, 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 #98DBAC is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 219 | 172 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.14 |
| HSL | 137.91º | 0.48% | 0.73% | - |
| HSV(B) | 137.91º | 0.31% | 0.86% | - |
| XYZ | 45.73 | 60.32 | 48.26 | - |
| YUV | 193.61 | 115.8 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 172 | 0.31 | 0 | 0.21 | 0.14 | 137.91 | 0.48 | 0.73 |
| Hex | 98 | DB | AC | 1F | 0 | 15 | E | 8A | 30 | 49 |
| Octal | 230 | 333 | 254 | 37 | 0 | 25 | 16 | 212 | 60 | 111 |
| Binary | 10011000 | 11011011 | 10101100 | 11111 | 0 | 10101 | 1110 | 10001010 | 110000 | 1001001 |
Color Harmonies of #98DBAC
Complementary color
Monochromatic Colors of #98DBAC
Black with #98DBAC
Text Example
Text Example
White with #98DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DBAC; }
p { color: rgb(152,219,172); }
H1.HeaderClassName
{
color: #98DBAC;
}
.AnyTagClassName
{
color: #98DBAC;
}
</style>
background-color css
<style>
a { background-color: #98DBAC; }
a { background-color: rgb(152,219,172); }
div.DivClassName
{
background-color: #98DBAC;
}
.BgClassName
{
background-color: #98DBAC;
}
</style>
border-color css
<style>
span { border-color: #98DBAC; }
span { border-color: rgb(152,219,172); }
td.TdClassName
{
border-color: #98DBAC;
}
.TagClassName
{
border-color: #98DBAC;
}
</style>