Shades of Shadow Green #93BEBE
Tints of Shadow Green #93BEBE
RGB
CMYK
RGB Variations
Color information
#93BEBE (or 0x93BEBE) is known color: Shadow Green. HEX triplet: 93, BE and BE. RGB value is (147,190,190). Sum of RGB (Red+Green+Blue) = 147+190+190=527 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.89% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #93BEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BEBE is #6C4141. Grayscale: #B1B1B1. Windows color (decimal): -7094594 or 12500627. OLE color: 12500627.
HSL color Cylindrical-coordinate representation of color #93BEBE: hue angle of 180º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93BEBE is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 190 | 190 | - |
| CMYK | 0.23 | 0 | 0 | 0.25 |
| HSL | 180º | 0.25% | 0.66% | - |
| HSV(B) | 180º | 0.23% | 0.75% | - |
| XYZ | 39.74 | 46.75 | 55.64 | - |
| YUV | 177.14 | 135.25 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 190 | 0.23 | 0 | 0 | 0.25 | 180 | 0.25 | 0.66 |
| Hex | 93 | BE | BE | 17 | 0 | 0 | 19 | B4 | 19 | 42 |
| Octal | 223 | 276 | 276 | 27 | 0 | 0 | 31 | 264 | 31 | 102 |
| Binary | 10010011 | 10111110 | 10111110 | 10111 | 0 | 0 | 11001 | 10110100 | 11001 | 1000010 |
Color Harmonies of #93BEBE
Complementary color
Monochromatic Colors of #93BEBE
Black with #93BEBE
Text Example
Text Example
White with #93BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BEBE; }
p { color: rgb(147,190,190); }
H1.HeaderClassName
{
color: #93BEBE;
}
.AnyTagClassName
{
color: #93BEBE;
}
</style>
background-color css
<style>
a { background-color: #93BEBE; }
a { background-color: rgb(147,190,190); }
div.DivClassName
{
background-color: #93BEBE;
}
.BgClassName
{
background-color: #93BEBE;
}
</style>
border-color css
<style>
span { border-color: #93BEBE; }
span { border-color: rgb(147,190,190); }
td.TdClassName
{
border-color: #93BEBE;
}
.TagClassName
{
border-color: #93BEBE;
}
</style>