Shades of Shadow Green #8AC4B2
Tints of Shadow Green #8AC4B2
RGB
CMYK
RGB Variations
Color information
#8AC4B2 (or 0x8AC4B2) is known color: Shadow Green. HEX triplet: 8A, C4 and B2. RGB value is (138,196,178). Sum of RGB (Red+Green+Blue) = 138+196+178=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC4B2 is #753B4D. Grayscale: #B0B0B0. Windows color (decimal): -7682894 or 11715722. OLE color: 11715722.
HSL color Cylindrical-coordinate representation of color #8AC4B2: hue angle of 161.38º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC4B2 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 196 | 178 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.23 |
| HSL | 161.38º | 0.33% | 0.65% | - |
| HSV(B) | 161.38º | 0.3% | 0.77% | - |
| XYZ | 38.26 | 48.1 | 49.39 | - |
| YUV | 176.61 | 128.78 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 196 | 178 | 0.30 | 0 | 0.09 | 0.23 | 161.38 | 0.33 | 0.65 |
| Hex | 8A | C4 | B2 | 1E | 0 | 9 | 17 | A1 | 21 | 41 |
| Octal | 212 | 304 | 262 | 36 | 0 | 11 | 27 | 241 | 41 | 101 |
| Binary | 10001010 | 11000100 | 10110010 | 11110 | 0 | 1001 | 10111 | 10100001 | 100001 | 1000001 |
Color Harmonies of #8AC4B2
Complementary color
Monochromatic Colors of #8AC4B2
Black with #8AC4B2
Text Example
Text Example
White with #8AC4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC4B2; }
p { color: rgb(138,196,178); }
H1.HeaderClassName
{
color: #8AC4B2;
}
.AnyTagClassName
{
color: #8AC4B2;
}
</style>
background-color css
<style>
a { background-color: #8AC4B2; }
a { background-color: rgb(138,196,178); }
div.DivClassName
{
background-color: #8AC4B2;
}
.BgClassName
{
background-color: #8AC4B2;
}
</style>
border-color css
<style>
span { border-color: #8AC4B2; }
span { border-color: rgb(138,196,178); }
td.TdClassName
{
border-color: #8AC4B2;
}
.TagClassName
{
border-color: #8AC4B2;
}
</style>