Shades of Shadow Green #8DBEB2
Tints of Shadow Green #8DBEB2
RGB
CMYK
RGB Variations
Color information
#8DBEB2 (or 0x8DBEB2) is known color: Shadow Green. HEX triplet: 8D, BE and B2. RGB value is (141,190,178). Sum of RGB (Red+Green+Blue) = 141+190+178=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBEB2 is #72414D. Grayscale: #ADADAD. Windows color (decimal): -7487822 or 11714189. OLE color: 11714189.
HSL color Cylindrical-coordinate representation of color #8DBEB2: hue angle of 165.31º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DBEB2 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
RGB | 141 | 190 | 178 | - |
CMYK | 0.26 | 0 | 0.06 | 0.25 |
HSL | 165.31º | 0.27% | 0.65% | - |
HSV(B) | 165.31º | 0.26% | 0.75% | - |
XYZ | 37.43 | 45.7 | 48.97 | - |
YUV | 173.98 | 130.27 | 104.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 190 | 178 | 0.26 | 0 | 0.06 | 0.25 | 165.31 | 0.27 | 0.65 |
Hex | 8D | BE | B2 | 1A | 0 | 6 | 19 | A5 | 1B | 41 |
Octal | 215 | 276 | 262 | 32 | 0 | 6 | 31 | 245 | 33 | 101 |
Binary | 10001101 | 10111110 | 10110010 | 11010 | 0 | 110 | 11001 | 10100101 | 11011 | 1000001 |
Color Harmonies of #8DBEB2
Complementary color
Monochromatic Colors of #8DBEB2
Black with #8DBEB2
Text Example
Text Example
White with #8DBEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBEB2; }
p { color: rgb(141,190,178); }
H1.HeaderClassName
{
color: #8DBEB2;
}
.AnyTagClassName
{
color: #8DBEB2;
}
</style>
background-color css
<style>
a { background-color: #8DBEB2; }
a { background-color: rgb(141,190,178); }
div.DivClassName
{
background-color: #8DBEB2;
}
.BgClassName
{
background-color: #8DBEB2;
}
</style>
border-color css
<style>
span { border-color: #8DBEB2; }
span { border-color: rgb(141,190,178); }
td.TdClassName
{
border-color: #8DBEB2;
}
.TagClassName
{
border-color: #8DBEB2;
}
</style>