Shades of Shadow Green #8AC0B1
Tints of Shadow Green #8AC0B1
RGB
CMYK
RGB Variations
Color information
#8AC0B1 (or 0x8AC0B1) is known color: Shadow Green. HEX triplet: 8A, C0 and B1. RGB value is (138,192,177). Sum of RGB (Red+Green+Blue) = 138+192+177=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC0B1 is #753F4E. Grayscale: #AEAEAE. Windows color (decimal): -7683919 or 11649162. OLE color: 11649162.
HSL color Cylindrical-coordinate representation of color #8AC0B1: hue angle of 163.33º 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 #8AC0B1 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 177 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.25 |
| HSL | 163.33º | 0.3% | 0.65% | - |
| HSV(B) | 163.33º | 0.28% | 0.75% | - |
| XYZ | 37.27 | 46.28 | 48.56 | - |
| YUV | 174.14 | 129.61 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 177 | 0.28 | 0 | 0.08 | 0.25 | 163.33 | 0.3 | 0.65 |
| Hex | 8A | C0 | B1 | 1C | 0 | 8 | 19 | A3 | 1E | 41 |
| Octal | 212 | 300 | 261 | 34 | 0 | 10 | 31 | 243 | 36 | 101 |
| Binary | 10001010 | 11000000 | 10110001 | 11100 | 0 | 1000 | 11001 | 10100011 | 11110 | 1000001 |
Color Harmonies of #8AC0B1
Complementary color
Monochromatic Colors of #8AC0B1
Black with #8AC0B1
Text Example
Text Example
White with #8AC0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC0B1; }
p { color: rgb(138,192,177); }
H1.HeaderClassName
{
color: #8AC0B1;
}
.AnyTagClassName
{
color: #8AC0B1;
}
</style>
background-color css
<style>
a { background-color: #8AC0B1; }
a { background-color: rgb(138,192,177); }
div.DivClassName
{
background-color: #8AC0B1;
}
.BgClassName
{
background-color: #8AC0B1;
}
</style>
border-color css
<style>
span { border-color: #8AC0B1; }
span { border-color: rgb(138,192,177); }
td.TdClassName
{
border-color: #8AC0B1;
}
.TagClassName
{
border-color: #8AC0B1;
}
</style>