Shades of Chinook #99DAAC
Tints of Chinook #99DAAC
RGB
CMYK
RGB Variations
Color information
#99DAAC (or 0x99DAAC) is known color: Chinook. HEX triplet: 99, DA and AC. RGB value is (153,218,172). Sum of RGB (Red+Green+Blue) = 153+218+172=543 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.18% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #99DAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DAAC is #662553. Grayscale: #C1C1C1. Windows color (decimal): -6694228 or 11328153. OLE color: 11328153.
HSL color Cylindrical-coordinate representation of color #99DAAC: hue angle of 137.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DAAC is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 172 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.15 |
| HSL | 137.54º | 0.47% | 0.73% | - |
| HSV(B) | 137.54º | 0.3% | 0.85% | - |
| XYZ | 45.65 | 59.89 | 48.18 | - |
| YUV | 193.32 | 115.97 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 172 | 0.30 | 0 | 0.21 | 0.15 | 137.54 | 0.47 | 0.73 |
| Hex | 99 | DA | AC | 1E | 0 | 15 | F | 8A | 2F | 49 |
| Octal | 231 | 332 | 254 | 36 | 0 | 25 | 17 | 212 | 57 | 111 |
| Binary | 10011001 | 11011010 | 10101100 | 11110 | 0 | 10101 | 1111 | 10001010 | 101111 | 1001001 |
Color Harmonies of #99DAAC
Complementary color
Monochromatic Colors of #99DAAC
Black with #99DAAC
Text Example
Text Example
White with #99DAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DAAC; }
p { color: rgb(153,218,172); }
H1.HeaderClassName
{
color: #99DAAC;
}
.AnyTagClassName
{
color: #99DAAC;
}
</style>
background-color css
<style>
a { background-color: #99DAAC; }
a { background-color: rgb(153,218,172); }
div.DivClassName
{
background-color: #99DAAC;
}
.BgClassName
{
background-color: #99DAAC;
}
</style>
border-color css
<style>
span { border-color: #99DAAC; }
span { border-color: rgb(153,218,172); }
td.TdClassName
{
border-color: #99DAAC;
}
.TagClassName
{
border-color: #99DAAC;
}
</style>