Shades of Shadow Green #8BBEB4
Tints of Shadow Green #8BBEB4
RGB
CMYK
RGB Variations
Color information
#8BBEB4 (or 0x8BBEB4) is known color: Shadow Green. HEX triplet: 8B, BE and B4. RGB value is (139,190,180). Sum of RGB (Red+Green+Blue) = 139+190+180=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBEB4 is #74414B. Grayscale: #ADADAD. Windows color (decimal): -7618892 or 11845259. OLE color: 11845259.
HSL color Cylindrical-coordinate representation of color #8BBEB4: hue angle of 168.24º 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 #8BBEB4 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 190 | 180 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.25 |
| HSL | 168.24º | 0.28% | 0.65% | - |
| HSV(B) | 168.24º | 0.27% | 0.75% | - |
| XYZ | 37.3 | 45.61 | 50.02 | - |
| YUV | 173.61 | 131.6 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 180 | 0.27 | 0 | 0.05 | 0.25 | 168.24 | 0.28 | 0.65 |
| Hex | 8B | BE | B4 | 1B | 0 | 5 | 19 | A8 | 1C | 41 |
| Octal | 213 | 276 | 264 | 33 | 0 | 5 | 31 | 250 | 34 | 101 |
| Binary | 10001011 | 10111110 | 10110100 | 11011 | 0 | 101 | 11001 | 10101000 | 11100 | 1000001 |
Color Harmonies of #8BBEB4
Complementary color
Monochromatic Colors of #8BBEB4
Black with #8BBEB4
Text Example
Text Example
White with #8BBEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBEB4; }
p { color: rgb(139,190,180); }
H1.HeaderClassName
{
color: #8BBEB4;
}
.AnyTagClassName
{
color: #8BBEB4;
}
</style>
background-color css
<style>
a { background-color: #8BBEB4; }
a { background-color: rgb(139,190,180); }
div.DivClassName
{
background-color: #8BBEB4;
}
.BgClassName
{
background-color: #8BBEB4;
}
</style>
border-color css
<style>
span { border-color: #8BBEB4; }
span { border-color: rgb(139,190,180); }
td.TdClassName
{
border-color: #8BBEB4;
}
.TagClassName
{
border-color: #8BBEB4;
}
</style>