Shades of Shadow Green #93BEBA
Tints of Shadow Green #93BEBA
RGB
CMYK
RGB Variations
Color information
#93BEBA (or 0x93BEBA) is known color: Shadow Green. HEX triplet: 93, BE and BA. RGB value is (147,190,186). Sum of RGB (Red+Green+Blue) = 147+190+186=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 190 - color contains mainly: green. Hex color #93BEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BEBA is #6C4145. Grayscale: #B0B0B0. Windows color (decimal): -7094598 or 12238483. OLE color: 12238483.
HSL color Cylindrical-coordinate representation of color #93BEBA: hue angle of 174.42º 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 #93BEBA is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 190 | 186 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.25 |
| HSL | 174.42º | 0.25% | 0.66% | - |
| HSV(B) | 174.42º | 0.23% | 0.75% | - |
| XYZ | 39.31 | 46.58 | 53.37 | - |
| YUV | 176.69 | 133.25 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 186 | 0.23 | 0 | 0.02 | 0.25 | 174.42 | 0.25 | 0.66 |
| Hex | 93 | BE | BA | 17 | 0 | 2 | 19 | AE | 19 | 42 |
| Octal | 223 | 276 | 272 | 27 | 0 | 2 | 31 | 256 | 31 | 102 |
| Binary | 10010011 | 10111110 | 10111010 | 10111 | 0 | 10 | 11001 | 10101110 | 11001 | 1000010 |
Color Harmonies of #93BEBA
Complementary color
Monochromatic Colors of #93BEBA
Black with #93BEBA
Text Example
Text Example
White with #93BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BEBA; }
p { color: rgb(147,190,186); }
H1.HeaderClassName
{
color: #93BEBA;
}
.AnyTagClassName
{
color: #93BEBA;
}
</style>
background-color css
<style>
a { background-color: #93BEBA; }
a { background-color: rgb(147,190,186); }
div.DivClassName
{
background-color: #93BEBA;
}
.BgClassName
{
background-color: #93BEBA;
}
</style>
border-color css
<style>
span { border-color: #93BEBA; }
span { border-color: rgb(147,190,186); }
td.TdClassName
{
border-color: #93BEBA;
}
.TagClassName
{
border-color: #93BEBA;
}
</style>