Shades of Emerald #53C685
Tints of Emerald #53C685
RGB
CMYK
RGB Variations
Color information
#53C685 (or 0x53C685) is known color: Emerald. HEX triplet: 53, C6 and 85. RGB value is (83,198,133). Sum of RGB (Red+Green+Blue) = 83+198+133=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 198 - color contains mainly: green. Hex color #53C685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C685 is #AC397A. Grayscale: #9C9C9C. Windows color (decimal): -11286907 or 8767059. OLE color: 8767059.
HSL color Cylindrical-coordinate representation of color #53C685: hue angle of 146.09º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C685 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 198 | 133 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.22 |
| HSL | 146.09º | 0.5% | 0.55% | - |
| HSV(B) | 146.09º | 0.58% | 0.78% | - |
| XYZ | 28 | 43.92 | 29.19 | - |
| YUV | 156.21 | 114.9 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 198 | 133 | 0.58 | 0 | 0.33 | 0.22 | 146.09 | 0.5 | 0.55 |
| Hex | 53 | C6 | 85 | 3A | 0 | 21 | 16 | 92 | 32 | 37 |
| Octal | 123 | 306 | 205 | 72 | 0 | 41 | 26 | 222 | 62 | 67 |
| Binary | 1010011 | 11000110 | 10000101 | 111010 | 0 | 100001 | 10110 | 10010010 | 110010 | 110111 |
Color Harmonies of #53C685
Complementary color
Monochromatic Colors of #53C685
Black with #53C685
Text Example
Text Example
White with #53C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C685; }
p { color: rgb(83,198,133); }
H1.HeaderClassName
{
color: #53C685;
}
.AnyTagClassName
{
color: #53C685;
}
</style>
background-color css
<style>
a { background-color: #53C685; }
a { background-color: rgb(83,198,133); }
div.DivClassName
{
background-color: #53C685;
}
.BgClassName
{
background-color: #53C685;
}
</style>
border-color css
<style>
span { border-color: #53C685; }
span { border-color: rgb(83,198,133); }
td.TdClassName
{
border-color: #53C685;
}
.TagClassName
{
border-color: #53C685;
}
</style>