Shades of Chinook #8AD0A0
Tints of Chinook #8AD0A0
RGB
CMYK
RGB Variations
Color information
#8AD0A0 (or 0x8AD0A0) is known color: Chinook. HEX triplet: 8A, D0 and A0. RGB value is (138,208,160). Sum of RGB (Red+Green+Blue) = 138+208+160=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD0A0 is #752F5F. Grayscale: #B5B5B5. Windows color (decimal): -7679840 or 10539146. OLE color: 10539146.
HSL color Cylindrical-coordinate representation of color #8AD0A0: hue angle of 138.86º 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 #8AD0A0 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 160 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.18 |
| HSL | 138.86º | 0.43% | 0.68% | - |
| HSV(B) | 138.86º | 0.34% | 0.82% | - |
| XYZ | 39.38 | 53.05 | 41.42 | - |
| YUV | 181.6 | 115.81 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 160 | 0.34 | 0 | 0.23 | 0.18 | 138.86 | 0.43 | 0.68 |
| Hex | 8A | D0 | A0 | 22 | 0 | 17 | 12 | 8B | 2B | 44 |
| Octal | 212 | 320 | 240 | 42 | 0 | 27 | 22 | 213 | 53 | 104 |
| Binary | 10001010 | 11010000 | 10100000 | 100010 | 0 | 10111 | 10010 | 10001011 | 101011 | 1000100 |
Color Harmonies of #8AD0A0
Complementary color
Monochromatic Colors of #8AD0A0
Black with #8AD0A0
Text Example
Text Example
White with #8AD0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD0A0; }
p { color: rgb(138,208,160); }
H1.HeaderClassName
{
color: #8AD0A0;
}
.AnyTagClassName
{
color: #8AD0A0;
}
</style>
background-color css
<style>
a { background-color: #8AD0A0; }
a { background-color: rgb(138,208,160); }
div.DivClassName
{
background-color: #8AD0A0;
}
.BgClassName
{
background-color: #8AD0A0;
}
</style>
border-color css
<style>
span { border-color: #8AD0A0; }
span { border-color: rgb(138,208,160); }
td.TdClassName
{
border-color: #8AD0A0;
}
.TagClassName
{
border-color: #8AD0A0;
}
</style>