Shades of Chinook #9AD2AB
Tints of Chinook #9AD2AB
RGB
CMYK
RGB Variations
Color information
#9AD2AB (or 0x9AD2AB) is known color: Chinook. HEX triplet: 9A, D2 and AB. RGB value is (154,210,171). Sum of RGB (Red+Green+Blue) = 154+210+171=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD2AB is #652D54. Grayscale: #BCBCBC. Windows color (decimal): -6630741 or 11260570. OLE color: 11260570.
HSL color Cylindrical-coordinate representation of color #9AD2AB: hue angle of 138.21º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AD2AB is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 210 | 171 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.18 |
| HSL | 138.21º | 0.38% | 0.71% | - |
| HSV(B) | 138.21º | 0.27% | 0.82% | - |
| XYZ | 43.72 | 55.9 | 47.01 | - |
| YUV | 188.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 210 | 171 | 0.27 | 0 | 0.19 | 0.18 | 138.21 | 0.38 | 0.71 |
| Hex | 9A | D2 | AB | 1B | 0 | 13 | 12 | 8A | 26 | 47 |
| Octal | 232 | 322 | 253 | 33 | 0 | 23 | 22 | 212 | 46 | 107 |
| Binary | 10011010 | 11010010 | 10101011 | 11011 | 0 | 10011 | 10010 | 10001010 | 100110 | 1000111 |
Color Harmonies of #9AD2AB
Complementary color
Monochromatic Colors of #9AD2AB
Black with #9AD2AB
Text Example
Text Example
White with #9AD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD2AB; }
p { color: rgb(154,210,171); }
H1.HeaderClassName
{
color: #9AD2AB;
}
.AnyTagClassName
{
color: #9AD2AB;
}
</style>
background-color css
<style>
a { background-color: #9AD2AB; }
a { background-color: rgb(154,210,171); }
div.DivClassName
{
background-color: #9AD2AB;
}
.BgClassName
{
background-color: #9AD2AB;
}
</style>
border-color css
<style>
span { border-color: #9AD2AB; }
span { border-color: rgb(154,210,171); }
td.TdClassName
{
border-color: #9AD2AB;
}
.TagClassName
{
border-color: #9AD2AB;
}
</style>