Shades of Shadow Green #8ABDB6
Tints of Shadow Green #8ABDB6
RGB
CMYK
RGB Variations
Color information
#8ABDB6 (or 0x8ABDB6) is known color: Shadow Green. HEX triplet: 8A, BD and B6. RGB value is (138,189,182). Sum of RGB (Red+Green+Blue) = 138+189+182=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDB6 is #754249. Grayscale: #ACACAC. Windows color (decimal): -7684682 or 11976074. OLE color: 11976074.
HSL color Cylindrical-coordinate representation of color #8ABDB6: hue angle of 171.76º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABDB6 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 189 | 182 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.26 |
| HSL | 171.76º | 0.28% | 0.64% | - |
| HSV(B) | 171.76º | 0.27% | 0.74% | - |
| XYZ | 37.12 | 45.18 | 51.02 | - |
| YUV | 172.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 182 | 0.27 | 0 | 0.04 | 0.26 | 171.76 | 0.28 | 0.64 |
| Hex | 8A | BD | B6 | 1B | 0 | 4 | 1A | AC | 1C | 40 |
| Octal | 212 | 275 | 266 | 33 | 0 | 4 | 32 | 254 | 34 | 100 |
| Binary | 10001010 | 10111101 | 10110110 | 11011 | 0 | 100 | 11010 | 10101100 | 11100 | 1000000 |
Color Harmonies of #8ABDB6
Complementary color
Monochromatic Colors of #8ABDB6
Black with #8ABDB6
Text Example
Text Example
White with #8ABDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABDB6; }
p { color: rgb(138,189,182); }
H1.HeaderClassName
{
color: #8ABDB6;
}
.AnyTagClassName
{
color: #8ABDB6;
}
</style>
background-color css
<style>
a { background-color: #8ABDB6; }
a { background-color: rgb(138,189,182); }
div.DivClassName
{
background-color: #8ABDB6;
}
.BgClassName
{
background-color: #8ABDB6;
}
</style>
border-color css
<style>
span { border-color: #8ABDB6; }
span { border-color: rgb(138,189,182); }
td.TdClassName
{
border-color: #8ABDB6;
}
.TagClassName
{
border-color: #8ABDB6;
}
</style>