Shades of Chinook #99D5AC
Tints of Chinook #99D5AC
RGB
CMYK
RGB Variations
Color information
#99D5AC (or 0x99D5AC) is known color: Chinook. HEX triplet: 99, D5 and AC. RGB value is (153,213,172). Sum of RGB (Red+Green+Blue) = 153+213+172=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #99D5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D5AC is #662A53. Grayscale: #BEBEBE. Windows color (decimal): -6695508 or 11326873. OLE color: 11326873.
HSL color Cylindrical-coordinate representation of color #99D5AC: hue angle of 139º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D5AC is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 172 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.16 |
| HSL | 139º | 0.42% | 0.72% | - |
| HSV(B) | 139º | 0.28% | 0.84% | - |
| XYZ | 44.38 | 57.34 | 47.76 | - |
| YUV | 190.39 | 117.62 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 172 | 0.28 | 0 | 0.19 | 0.16 | 139 | 0.42 | 0.72 |
| Hex | 99 | D5 | AC | 1C | 0 | 13 | 10 | 8B | 2A | 48 |
| Octal | 231 | 325 | 254 | 34 | 0 | 23 | 20 | 213 | 52 | 110 |
| Binary | 10011001 | 11010101 | 10101100 | 11100 | 0 | 10011 | 10000 | 10001011 | 101010 | 1001000 |
Color Harmonies of #99D5AC
Complementary color
Monochromatic Colors of #99D5AC
Black with #99D5AC
Text Example
Text Example
White with #99D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D5AC; }
p { color: rgb(153,213,172); }
H1.HeaderClassName
{
color: #99D5AC;
}
.AnyTagClassName
{
color: #99D5AC;
}
</style>
background-color css
<style>
a { background-color: #99D5AC; }
a { background-color: rgb(153,213,172); }
div.DivClassName
{
background-color: #99D5AC;
}
.BgClassName
{
background-color: #99D5AC;
}
</style>
border-color css
<style>
span { border-color: #99D5AC; }
span { border-color: rgb(153,213,172); }
td.TdClassName
{
border-color: #99D5AC;
}
.TagClassName
{
border-color: #99D5AC;
}
</style>