#53C07F

Color #53C07F Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #53C07F

Tints of Emerald #53C07F

Color information

#53C07F (or 0x53C07F) is unknown color: approx Emerald. HEX triplet: 53, C0 and 7F. RGB value is (83,192,127). Sum of RGB (Red+Green+Blue) = 83+192+127=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #53C07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C07F is #AC3F80. Grayscale: #989898. Windows color (decimal): -11288449 or 8372307. OLE color: 8372307.

HSL color Cylindrical-coordinate representation of color #53C07F: hue angle of 144.22º 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 #53C07F is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB83192127-
CMYK0.5700.340.25
HSL144.22º46.38%53.92%-
HSV(B)144.22º56.77%75.29%-
XYZ26.2541.0726.62-
YUV152113.8978.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 20.65%
GREEN value IS 192 (75.39% from 255) = 47.76%
BLUE value IS 127 (50% from 255) = 31.59%
R=20.65%
G=47.76%
B=31.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831921270.5700.340.25144.2246.3853.92
Hex53C07F3902219902e36
Octal12330017771042312205666
Binary101001111000000111111111100101000101100110010000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53C07F; }

 p { color: rgb(83,192,127); }

 H1.HeaderClassName
 {
   color: #53C07F;
 }
 .AnyTagClassName
 {
   color: #53C07F;
 }
</style>
background-color css

<style>
 a { background-color: #53C07F; }

 a { background-color: rgb(83,192,127); }

 div.DivClassName
 {
   background-color: #53C07F;
 }
 .BgClassName
 {
   background-color: #53C07F;
 }
</style>
border-color css

<style>
 span { border-color: #53C07F; }

 span { border-color: rgb(83,192,127); }

 td.TdClassName
 {
   border-color: #53C07F;
 }
 .TagClassName
 {
   border-color: #53C07F;
 }
</style>