Shades of Chinook #9AD3AB
Tints of Chinook #9AD3AB
RGB
CMYK
RGB Variations
Color information
#9AD3AB (or 0x9AD3AB) is known color: Chinook. HEX triplet: 9A, D3 and AB. RGB value is (154,211,171). Sum of RGB (Red+Green+Blue) = 154+211+171=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD3AB is #652C54. Grayscale: #BDBDBD. Windows color (decimal): -6630485 or 11260826. OLE color: 11260826.
HSL color Cylindrical-coordinate representation of color #9AD3AB: hue angle of 137.89º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AD3AB is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 211 | 171 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.17 |
| HSL | 137.89º | 0.39% | 0.72% | - |
| HSV(B) | 137.89º | 0.27% | 0.83% | - |
| XYZ | 43.97 | 56.4 | 47.1 | - |
| YUV | 189.4 | 117.62 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 211 | 171 | 0.27 | 0 | 0.19 | 0.17 | 137.89 | 0.39 | 0.72 |
| Hex | 9A | D3 | AB | 1B | 0 | 13 | 11 | 8A | 27 | 48 |
| Octal | 232 | 323 | 253 | 33 | 0 | 23 | 21 | 212 | 47 | 110 |
| Binary | 10011010 | 11010011 | 10101011 | 11011 | 0 | 10011 | 10001 | 10001010 | 100111 | 1001000 |
Color Harmonies of #9AD3AB
Complementary color
Monochromatic Colors of #9AD3AB
Black with #9AD3AB
Text Example
Text Example
White with #9AD3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD3AB; }
p { color: rgb(154,211,171); }
H1.HeaderClassName
{
color: #9AD3AB;
}
.AnyTagClassName
{
color: #9AD3AB;
}
</style>
background-color css
<style>
a { background-color: #9AD3AB; }
a { background-color: rgb(154,211,171); }
div.DivClassName
{
background-color: #9AD3AB;
}
.BgClassName
{
background-color: #9AD3AB;
}
</style>
border-color css
<style>
span { border-color: #9AD3AB; }
span { border-color: rgb(154,211,171); }
td.TdClassName
{
border-color: #9AD3AB;
}
.TagClassName
{
border-color: #9AD3AB;
}
</style>