Shades of Shadow Green #8EBDB2
Tints of Shadow Green #8EBDB2
RGB
CMYK
RGB Variations
Color information
#8EBDB2 (or 0x8EBDB2) is known color: Shadow Green. HEX triplet: 8E, BD and B2. RGB value is (142,189,178). Sum of RGB (Red+Green+Blue) = 142+189+178=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBDB2 is #71424D. Grayscale: #ADADAD. Windows color (decimal): -7422542 or 11713934. OLE color: 11713934.
HSL color Cylindrical-coordinate representation of color #8EBDB2: hue angle of 165.96º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EBDB2 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
RGB | 142 | 189 | 178 | - |
CMYK | 0.25 | 0 | 0.06 | 0.26 |
HSL | 165.96º | 0.26% | 0.65% | - |
HSV(B) | 165.96º | 0.25% | 0.74% | - |
XYZ | 37.39 | 45.36 | 48.9 | - |
YUV | 173.69 | 130.43 | 105.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 142 | 189 | 178 | 0.25 | 0 | 0.06 | 0.26 | 165.96 | 0.26 | 0.65 |
Hex | 8E | BD | B2 | 19 | 0 | 6 | 1A | A6 | 1A | 41 |
Octal | 216 | 275 | 262 | 31 | 0 | 6 | 32 | 246 | 32 | 101 |
Binary | 10001110 | 10111101 | 10110010 | 11001 | 0 | 110 | 11010 | 10100110 | 11010 | 1000001 |
Color Harmonies of #8EBDB2
Complementary color
Monochromatic Colors of #8EBDB2
Black with #8EBDB2
Text Example
Text Example
White with #8EBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBDB2; }
p { color: rgb(142,189,178); }
H1.HeaderClassName
{
color: #8EBDB2;
}
.AnyTagClassName
{
color: #8EBDB2;
}
</style>
background-color css
<style>
a { background-color: #8EBDB2; }
a { background-color: rgb(142,189,178); }
div.DivClassName
{
background-color: #8EBDB2;
}
.BgClassName
{
background-color: #8EBDB2;
}
</style>
border-color css
<style>
span { border-color: #8EBDB2; }
span { border-color: rgb(142,189,178); }
td.TdClassName
{
border-color: #8EBDB2;
}
.TagClassName
{
border-color: #8EBDB2;
}
</style>