Shades of Chinook #99DBA4
Tints of Chinook #99DBA4
RGB
CMYK
RGB Variations
Color information
#99DBA4 (or 0x99DBA4) is known color: Chinook. HEX triplet: 99, DB and A4. RGB value is (153,219,164). Sum of RGB (Red+Green+Blue) = 153+219+164=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DBA4 is #66245B. Grayscale: #C1C1C1. Windows color (decimal): -6693980 or 10804121. OLE color: 10804121.
HSL color Cylindrical-coordinate representation of color #99DBA4: hue angle of 130º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DBA4 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 164 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.14 |
| HSL | 130º | 0.48% | 0.73% | - |
| HSV(B) | 130º | 0.3% | 0.86% | - |
| XYZ | 45.17 | 60.12 | 44.34 | - |
| YUV | 193 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 164 | 0.30 | 0 | 0.25 | 0.14 | 130 | 0.48 | 0.73 |
| Hex | 99 | DB | A4 | 1E | 0 | 19 | E | 82 | 30 | 49 |
| Octal | 231 | 333 | 244 | 36 | 0 | 31 | 16 | 202 | 60 | 111 |
| Binary | 10011001 | 11011011 | 10100100 | 11110 | 0 | 11001 | 1110 | 10000010 | 110000 | 1001001 |
Color Harmonies of #99DBA4
Complementary color
Monochromatic Colors of #99DBA4
Black with #99DBA4
Text Example
Text Example
White with #99DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBA4; }
p { color: rgb(153,219,164); }
H1.HeaderClassName
{
color: #99DBA4;
}
.AnyTagClassName
{
color: #99DBA4;
}
</style>
background-color css
<style>
a { background-color: #99DBA4; }
a { background-color: rgb(153,219,164); }
div.DivClassName
{
background-color: #99DBA4;
}
.BgClassName
{
background-color: #99DBA4;
}
</style>
border-color css
<style>
span { border-color: #99DBA4; }
span { border-color: rgb(153,219,164); }
td.TdClassName
{
border-color: #99DBA4;
}
.TagClassName
{
border-color: #99DBA4;
}
</style>