Shades of Chinook #9AD8AC
Tints of Chinook #9AD8AC
RGB
CMYK
RGB Variations
Color information
#9AD8AC (or 0x9AD8AC) is known color: Chinook. HEX triplet: 9A, D8 and AC. RGB value is (154,216,172). Sum of RGB (Red+Green+Blue) = 154+216+172=542 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.41% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD8AC is #652753. Grayscale: #C0C0C0. Windows color (decimal): -6629204 or 11327642. OLE color: 11327642.
HSL color Cylindrical-coordinate representation of color #9AD8AC: hue angle of 137.42º degrees, saturation: 0.44, 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 #9AD8AC is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 172 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.15 |
| HSL | 137.42º | 0.44% | 0.73% | - |
| HSV(B) | 137.42º | 0.29% | 0.85% | - |
| XYZ | 45.33 | 58.96 | 48.02 | - |
| YUV | 192.45 | 116.46 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 172 | 0.29 | 0 | 0.20 | 0.15 | 137.42 | 0.44 | 0.73 |
| Hex | 9A | D8 | AC | 1D | 0 | 14 | F | 89 | 2C | 49 |
| Octal | 232 | 330 | 254 | 35 | 0 | 24 | 17 | 211 | 54 | 111 |
| Binary | 10011010 | 11011000 | 10101100 | 11101 | 0 | 10100 | 1111 | 10001001 | 101100 | 1001001 |
Color Harmonies of #9AD8AC
Complementary color
Monochromatic Colors of #9AD8AC
Black with #9AD8AC
Text Example
Text Example
White with #9AD8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD8AC; }
p { color: rgb(154,216,172); }
H1.HeaderClassName
{
color: #9AD8AC;
}
.AnyTagClassName
{
color: #9AD8AC;
}
</style>
background-color css
<style>
a { background-color: #9AD8AC; }
a { background-color: rgb(154,216,172); }
div.DivClassName
{
background-color: #9AD8AC;
}
.BgClassName
{
background-color: #9AD8AC;
}
</style>
border-color css
<style>
span { border-color: #9AD8AC; }
span { border-color: rgb(154,216,172); }
td.TdClassName
{
border-color: #9AD8AC;
}
.TagClassName
{
border-color: #9AD8AC;
}
</style>