Shades of Shadow Green #8AC0B0
Tints of Shadow Green #8AC0B0
RGB
CMYK
RGB Variations
Color information
#8AC0B0 (or 0x8AC0B0) is known color: Shadow Green. HEX triplet: 8A, C0 and B0. RGB value is (138,192,176). Sum of RGB (Red+Green+Blue) = 138+192+176=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC0B0 is #753F4F. Grayscale: #AEAEAE. Windows color (decimal): -7683920 or 11583626. OLE color: 11583626.
HSL color Cylindrical-coordinate representation of color #8AC0B0: hue angle of 162.22º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AC0B0 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 176 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.25 |
| HSL | 162.22º | 0.3% | 0.65% | - |
| HSV(B) | 162.22º | 0.28% | 0.75% | - |
| XYZ | 37.17 | 46.24 | 48.04 | - |
| YUV | 174.03 | 129.11 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 176 | 0.28 | 0 | 0.08 | 0.25 | 162.22 | 0.3 | 0.65 |
| Hex | 8A | C0 | B0 | 1C | 0 | 8 | 19 | A2 | 1E | 41 |
| Octal | 212 | 300 | 260 | 34 | 0 | 10 | 31 | 242 | 36 | 101 |
| Binary | 10001010 | 11000000 | 10110000 | 11100 | 0 | 1000 | 11001 | 10100010 | 11110 | 1000001 |
Color Harmonies of #8AC0B0
Complementary color
Monochromatic Colors of #8AC0B0
Black with #8AC0B0
Text Example
Text Example
White with #8AC0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC0B0; }
p { color: rgb(138,192,176); }
H1.HeaderClassName
{
color: #8AC0B0;
}
.AnyTagClassName
{
color: #8AC0B0;
}
</style>
background-color css
<style>
a { background-color: #8AC0B0; }
a { background-color: rgb(138,192,176); }
div.DivClassName
{
background-color: #8AC0B0;
}
.BgClassName
{
background-color: #8AC0B0;
}
</style>
border-color css
<style>
span { border-color: #8AC0B0; }
span { border-color: rgb(138,192,176); }
td.TdClassName
{
border-color: #8AC0B0;
}
.TagClassName
{
border-color: #8AC0B0;
}
</style>