Shades of Emerald #53C06B
Tints of Emerald #53C06B
RGB
CMYK
RGB Variations
Color information
#53C06B (or 0x53C06B) is known color: Emerald. HEX triplet: 53, C0 and 6B. RGB value is (83,192,107). Sum of RGB (Red+Green+Blue) = 83+192+107=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #53C06B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C06B is #AC3F94. Grayscale: #959595. Windows color (decimal): -11288469 or 7061587. OLE color: 7061587.
HSL color Cylindrical-coordinate representation of color #53C06B: hue angle of 133.21º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C06B is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 107 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.25 |
| HSL | 133.21º | 0.46% | 0.54% | - |
| HSV(B) | 133.21º | 0.57% | 0.75% | - |
| XYZ | 25.07 | 40.6 | 20.43 | - |
| YUV | 149.72 | 103.89 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 107 | 0.57 | 0 | 0.44 | 0.25 | 133.21 | 0.46 | 0.54 |
| Hex | 53 | C0 | 6B | 39 | 0 | 2C | 19 | 85 | 2E | 36 |
| Octal | 123 | 300 | 153 | 71 | 0 | 54 | 31 | 205 | 56 | 66 |
| Binary | 1010011 | 11000000 | 1101011 | 111001 | 0 | 101100 | 11001 | 10000101 | 101110 | 110110 |
Color Harmonies of #53C06B
Complementary color
Monochromatic Colors of #53C06B
Black with #53C06B
Text Example
Text Example
White with #53C06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C06B; }
p { color: rgb(83,192,107); }
H1.HeaderClassName
{
color: #53C06B;
}
.AnyTagClassName
{
color: #53C06B;
}
</style>
background-color css
<style>
a { background-color: #53C06B; }
a { background-color: rgb(83,192,107); }
div.DivClassName
{
background-color: #53C06B;
}
.BgClassName
{
background-color: #53C06B;
}
</style>
border-color css
<style>
span { border-color: #53C06B; }
span { border-color: rgb(83,192,107); }
td.TdClassName
{
border-color: #53C06B;
}
.TagClassName
{
border-color: #53C06B;
}
</style>