Shades of Emerald #53C681
Tints of Emerald #53C681
RGB
CMYK
RGB Variations
Color information
#53C681 (or 0x53C681) is known color: Emerald. HEX triplet: 53, C6 and 81. RGB value is (83,198,129). Sum of RGB (Red+Green+Blue) = 83+198+129=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #53C681 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C681 is #AC397E. Grayscale: #9B9B9B. Windows color (decimal): -11286911 or 8504915. OLE color: 8504915.
HSL color Cylindrical-coordinate representation of color #53C681: hue angle of 144º 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 #53C681 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 198 | 129 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.22 |
| HSL | 144º | 0.5% | 0.55% | - |
| HSV(B) | 144º | 0.58% | 0.78% | - |
| XYZ | 27.72 | 43.81 | 27.76 | - |
| YUV | 155.75 | 112.9 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 198 | 129 | 0.58 | 0 | 0.35 | 0.22 | 144 | 0.5 | 0.55 |
| Hex | 53 | C6 | 81 | 3A | 0 | 23 | 16 | 90 | 32 | 37 |
| Octal | 123 | 306 | 201 | 72 | 0 | 43 | 26 | 220 | 62 | 67 |
| Binary | 1010011 | 11000110 | 10000001 | 111010 | 0 | 100011 | 10110 | 10010000 | 110010 | 110111 |
Color Harmonies of #53C681
Complementary color
Monochromatic Colors of #53C681
Black with #53C681
Text Example
Text Example
White with #53C681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C681; }
p { color: rgb(83,198,129); }
H1.HeaderClassName
{
color: #53C681;
}
.AnyTagClassName
{
color: #53C681;
}
</style>
background-color css
<style>
a { background-color: #53C681; }
a { background-color: rgb(83,198,129); }
div.DivClassName
{
background-color: #53C681;
}
.BgClassName
{
background-color: #53C681;
}
</style>
border-color css
<style>
span { border-color: #53C681; }
span { border-color: rgb(83,198,129); }
td.TdClassName
{
border-color: #53C681;
}
.TagClassName
{
border-color: #53C681;
}
</style>