Shades of Emerald #53BC6C
Tints of Emerald #53BC6C
RGB
CMYK
RGB Variations
Color information
#53BC6C (or 0x53BC6C) is known color: Emerald. HEX triplet: 53, BC and 6C. RGB value is (83,188,108). Sum of RGB (Red+Green+Blue) = 83+188+108=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC6C is #AC4393. Grayscale: #939393. Windows color (decimal): -11289492 or 7126099. OLE color: 7126099.
HSL color Cylindrical-coordinate representation of color #53BC6C: hue angle of 134.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BC6C is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 108 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.26 |
| HSL | 134.29º | 0.44% | 0.53% | - |
| HSV(B) | 134.29º | 0.56% | 0.74% | - |
| XYZ | 24.26 | 38.89 | 20.42 | - |
| YUV | 147.49 | 105.71 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 108 | 0.56 | 0 | 0.43 | 0.26 | 134.29 | 0.44 | 0.53 |
| Hex | 53 | BC | 6C | 38 | 0 | 2B | 1A | 86 | 2C | 35 |
| Octal | 123 | 274 | 154 | 70 | 0 | 53 | 32 | 206 | 54 | 65 |
| Binary | 1010011 | 10111100 | 1101100 | 111000 | 0 | 101011 | 11010 | 10000110 | 101100 | 110101 |
Color Harmonies of #53BC6C
Complementary color
Monochromatic Colors of #53BC6C
Black with #53BC6C
Text Example
Text Example
White with #53BC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BC6C; }
p { color: rgb(83,188,108); }
H1.HeaderClassName
{
color: #53BC6C;
}
.AnyTagClassName
{
color: #53BC6C;
}
</style>
background-color css
<style>
a { background-color: #53BC6C; }
a { background-color: rgb(83,188,108); }
div.DivClassName
{
background-color: #53BC6C;
}
.BgClassName
{
background-color: #53BC6C;
}
</style>
border-color css
<style>
span { border-color: #53BC6C; }
span { border-color: rgb(83,188,108); }
td.TdClassName
{
border-color: #53BC6C;
}
.TagClassName
{
border-color: #53BC6C;
}
</style>