Shades of Shadow Green #8AC2B2
Tints of Shadow Green #8AC2B2
RGB
CMYK
RGB Variations
Color information
#8AC2B2 (or 0x8AC2B2) is known color: Shadow Green. HEX triplet: 8A, C2 and B2. RGB value is (138,194,178). Sum of RGB (Red+Green+Blue) = 138+194+178=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC2B2 is #753D4D. Grayscale: #AFAFAF. Windows color (decimal): -7683406 or 11715210. OLE color: 11715210.
HSL color Cylindrical-coordinate representation of color #8AC2B2: hue angle of 162.86º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AC2B2 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 194 | 178 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.24 |
| HSL | 162.86º | 0.31% | 0.65% | - |
| HSV(B) | 162.86º | 0.29% | 0.76% | - |
| XYZ | 37.81 | 47.2 | 49.24 | - |
| YUV | 175.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 178 | 0.29 | 0 | 0.08 | 0.24 | 162.86 | 0.31 | 0.65 |
| Hex | 8A | C2 | B2 | 1D | 0 | 8 | 18 | A3 | 1F | 41 |
| Octal | 212 | 302 | 262 | 35 | 0 | 10 | 30 | 243 | 37 | 101 |
| Binary | 10001010 | 11000010 | 10110010 | 11101 | 0 | 1000 | 11000 | 10100011 | 11111 | 1000001 |
Color Harmonies of #8AC2B2
Complementary color
Monochromatic Colors of #8AC2B2
Black with #8AC2B2
Text Example
Text Example
White with #8AC2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC2B2; }
p { color: rgb(138,194,178); }
H1.HeaderClassName
{
color: #8AC2B2;
}
.AnyTagClassName
{
color: #8AC2B2;
}
</style>
background-color css
<style>
a { background-color: #8AC2B2; }
a { background-color: rgb(138,194,178); }
div.DivClassName
{
background-color: #8AC2B2;
}
.BgClassName
{
background-color: #8AC2B2;
}
</style>
border-color css
<style>
span { border-color: #8AC2B2; }
span { border-color: rgb(138,194,178); }
td.TdClassName
{
border-color: #8AC2B2;
}
.TagClassName
{
border-color: #8AC2B2;
}
</style>