Shades of Chinook #8AD0A2
Tints of Chinook #8AD0A2
RGB
CMYK
RGB Variations
Color information
#8AD0A2 (or 0x8AD0A2) is known color: Chinook. HEX triplet: 8A, D0 and A2. RGB value is (138,208,162). Sum of RGB (Red+Green+Blue) = 138+208+162=508 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.17% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD0A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD0A2 is #752F5D. Grayscale: #B5B5B5. Windows color (decimal): -7679838 or 10670218. OLE color: 10670218.
HSL color Cylindrical-coordinate representation of color #8AD0A2: hue angle of 140.57º degrees, saturation: 0.43, 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 #8AD0A2 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 162 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.18 |
| HSL | 140.57º | 0.43% | 0.68% | - |
| HSV(B) | 140.57º | 0.34% | 0.82% | - |
| XYZ | 39.56 | 53.12 | 42.35 | - |
| YUV | 181.83 | 116.81 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 162 | 0.34 | 0 | 0.22 | 0.18 | 140.57 | 0.43 | 0.68 |
| Hex | 8A | D0 | A2 | 22 | 0 | 16 | 12 | 8D | 2B | 44 |
| Octal | 212 | 320 | 242 | 42 | 0 | 26 | 22 | 215 | 53 | 104 |
| Binary | 10001010 | 11010000 | 10100010 | 100010 | 0 | 10110 | 10010 | 10001101 | 101011 | 1000100 |
Color Harmonies of #8AD0A2
Complementary color
Monochromatic Colors of #8AD0A2
Black with #8AD0A2
Text Example
Text Example
White with #8AD0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD0A2; }
p { color: rgb(138,208,162); }
H1.HeaderClassName
{
color: #8AD0A2;
}
.AnyTagClassName
{
color: #8AD0A2;
}
</style>
background-color css
<style>
a { background-color: #8AD0A2; }
a { background-color: rgb(138,208,162); }
div.DivClassName
{
background-color: #8AD0A2;
}
.BgClassName
{
background-color: #8AD0A2;
}
</style>
border-color css
<style>
span { border-color: #8AD0A2; }
span { border-color: rgb(138,208,162); }
td.TdClassName
{
border-color: #8AD0A2;
}
.TagClassName
{
border-color: #8AD0A2;
}
</style>