Shades of Shadow Green #8BBEB9
Tints of Shadow Green #8BBEB9
RGB
CMYK
RGB Variations
Color information
#8BBEB9 (or 0x8BBEB9) is known color: Shadow Green. HEX triplet: 8B, BE and B9. RGB value is (139,190,185). Sum of RGB (Red+Green+Blue) = 139+190+185=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBEB9 is #744146. Grayscale: #AEAEAE. Windows color (decimal): -7618887 or 12172939. OLE color: 12172939.
HSL color Cylindrical-coordinate representation of color #8BBEB9: hue angle of 174.12º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BBEB9 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 190 | 185 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.25 |
| HSL | 174.12º | 0.28% | 0.65% | - |
| HSV(B) | 174.12º | 0.27% | 0.75% | - |
| XYZ | 37.82 | 45.82 | 52.75 | - |
| YUV | 174.18 | 134.1 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 185 | 0.27 | 0 | 0.03 | 0.25 | 174.12 | 0.28 | 0.65 |
| Hex | 8B | BE | B9 | 1B | 0 | 3 | 19 | AE | 1C | 41 |
| Octal | 213 | 276 | 271 | 33 | 0 | 3 | 31 | 256 | 34 | 101 |
| Binary | 10001011 | 10111110 | 10111001 | 11011 | 0 | 11 | 11001 | 10101110 | 11100 | 1000001 |
Color Harmonies of #8BBEB9
Complementary color
Monochromatic Colors of #8BBEB9
Black with #8BBEB9
Text Example
Text Example
White with #8BBEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBEB9; }
p { color: rgb(139,190,185); }
H1.HeaderClassName
{
color: #8BBEB9;
}
.AnyTagClassName
{
color: #8BBEB9;
}
</style>
background-color css
<style>
a { background-color: #8BBEB9; }
a { background-color: rgb(139,190,185); }
div.DivClassName
{
background-color: #8BBEB9;
}
.BgClassName
{
background-color: #8BBEB9;
}
</style>
border-color css
<style>
span { border-color: #8BBEB9; }
span { border-color: rgb(139,190,185); }
td.TdClassName
{
border-color: #8BBEB9;
}
.TagClassName
{
border-color: #8BBEB9;
}
</style>