Shades of Chinook #98DBA4
Tints of Chinook #98DBA4
RGB
CMYK
RGB Variations
Color information
#98DBA4 (or 0x98DBA4) is known color: Chinook. HEX triplet: 98, DB and A4. RGB value is (152,219,164). Sum of RGB (Red+Green+Blue) = 152+219+164=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DBA4 is #67245B. Grayscale: #C0C0C0. Windows color (decimal): -6759516 or 10804120. OLE color: 10804120.
HSL color Cylindrical-coordinate representation of color #98DBA4: hue angle of 130.75º 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 #98DBA4 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 219 | 164 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.14 |
| HSL | 130.75º | 0.48% | 0.73% | - |
| HSV(B) | 130.75º | 0.31% | 0.86% | - |
| XYZ | 44.98 | 60.02 | 44.34 | - |
| YUV | 192.7 | 111.8 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 164 | 0.31 | 0 | 0.25 | 0.14 | 130.75 | 0.48 | 0.73 |
| Hex | 98 | DB | A4 | 1F | 0 | 19 | E | 83 | 30 | 49 |
| Octal | 230 | 333 | 244 | 37 | 0 | 31 | 16 | 203 | 60 | 111 |
| Binary | 10011000 | 11011011 | 10100100 | 11111 | 0 | 11001 | 1110 | 10000011 | 110000 | 1001001 |
Color Harmonies of #98DBA4
Complementary color
Monochromatic Colors of #98DBA4
Black with #98DBA4
Text Example
Text Example
White with #98DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DBA4; }
p { color: rgb(152,219,164); }
H1.HeaderClassName
{
color: #98DBA4;
}
.AnyTagClassName
{
color: #98DBA4;
}
</style>
background-color css
<style>
a { background-color: #98DBA4; }
a { background-color: rgb(152,219,164); }
div.DivClassName
{
background-color: #98DBA4;
}
.BgClassName
{
background-color: #98DBA4;
}
</style>
border-color css
<style>
span { border-color: #98DBA4; }
span { border-color: rgb(152,219,164); }
td.TdClassName
{
border-color: #98DBA4;
}
.TagClassName
{
border-color: #98DBA4;
}
</style>