Shades of Chinook #8AD2A0
Tints of Chinook #8AD2A0
RGB
CMYK
RGB Variations
Color information
#8AD2A0 (or 0x8AD2A0) is known color: Chinook. HEX triplet: 8A, D2 and A0. RGB value is (138,210,160). Sum of RGB (Red+Green+Blue) = 138+210+160=508 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.17% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD2A0 is #752D5F. Grayscale: #B6B6B6. Windows color (decimal): -7679328 or 10539658. OLE color: 10539658.
HSL color Cylindrical-coordinate representation of color #8AD2A0: hue angle of 138.33º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD2A0 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 160 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.18 |
| HSL | 138.33º | 0.44% | 0.68% | - |
| HSV(B) | 138.33º | 0.34% | 0.82% | - |
| XYZ | 39.87 | 54.03 | 41.59 | - |
| YUV | 182.77 | 115.15 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 160 | 0.34 | 0 | 0.24 | 0.18 | 138.33 | 0.44 | 0.68 |
| Hex | 8A | D2 | A0 | 22 | 0 | 18 | 12 | 8A | 2C | 44 |
| Octal | 212 | 322 | 240 | 42 | 0 | 30 | 22 | 212 | 54 | 104 |
| Binary | 10001010 | 11010010 | 10100000 | 100010 | 0 | 11000 | 10010 | 10001010 | 101100 | 1000100 |
Color Harmonies of #8AD2A0
Complementary color
Monochromatic Colors of #8AD2A0
Black with #8AD2A0
Text Example
Text Example
White with #8AD2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD2A0; }
p { color: rgb(138,210,160); }
H1.HeaderClassName
{
color: #8AD2A0;
}
.AnyTagClassName
{
color: #8AD2A0;
}
</style>
background-color css
<style>
a { background-color: #8AD2A0; }
a { background-color: rgb(138,210,160); }
div.DivClassName
{
background-color: #8AD2A0;
}
.BgClassName
{
background-color: #8AD2A0;
}
</style>
border-color css
<style>
span { border-color: #8AD2A0; }
span { border-color: rgb(138,210,160); }
td.TdClassName
{
border-color: #8AD2A0;
}
.TagClassName
{
border-color: #8AD2A0;
}
</style>