Shades of Chinook #99D9AC
Tints of Chinook #99D9AC
RGB
CMYK
RGB Variations
Color information
#99D9AC (or 0x99D9AC) is known color: Chinook. HEX triplet: 99, D9 and AC. RGB value is (153,217,172). Sum of RGB (Red+Green+Blue) = 153+217+172=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 217 - color contains mainly: green. Hex color #99D9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D9AC is #662653. Grayscale: #C0C0C0. Windows color (decimal): -6694484 or 11327897. OLE color: 11327897.
HSL color Cylindrical-coordinate representation of color #99D9AC: hue angle of 137.81º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D9AC is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 217 | 172 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.15 |
| HSL | 137.81º | 0.46% | 0.73% | - |
| HSV(B) | 137.81º | 0.29% | 0.85% | - |
| XYZ | 45.4 | 59.38 | 48.1 | - |
| YUV | 192.73 | 116.3 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 217 | 172 | 0.29 | 0 | 0.21 | 0.15 | 137.81 | 0.46 | 0.73 |
| Hex | 99 | D9 | AC | 1D | 0 | 15 | F | 8A | 2E | 49 |
| Octal | 231 | 331 | 254 | 35 | 0 | 25 | 17 | 212 | 56 | 111 |
| Binary | 10011001 | 11011001 | 10101100 | 11101 | 0 | 10101 | 1111 | 10001010 | 101110 | 1001001 |
Color Harmonies of #99D9AC
Complementary color
Monochromatic Colors of #99D9AC
Black with #99D9AC
Text Example
Text Example
White with #99D9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D9AC; }
p { color: rgb(153,217,172); }
H1.HeaderClassName
{
color: #99D9AC;
}
.AnyTagClassName
{
color: #99D9AC;
}
</style>
background-color css
<style>
a { background-color: #99D9AC; }
a { background-color: rgb(153,217,172); }
div.DivClassName
{
background-color: #99D9AC;
}
.BgClassName
{
background-color: #99D9AC;
}
</style>
border-color css
<style>
span { border-color: #99D9AC; }
span { border-color: rgb(153,217,172); }
td.TdClassName
{
border-color: #99D9AC;
}
.TagClassName
{
border-color: #99D9AC;
}
</style>