#53C78A

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

Shades of Emerald #53C78A

Tints of Emerald #53C78A

Color information

#53C78A (or 0x53C78A) is unknown color: approx Emerald. HEX triplet: 53, C7 and 8A. RGB value is (83,199,138). Sum of RGB (Red+Green+Blue) = 83+199+138=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #53C78A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C78A is #AC3875. Grayscale: #9D9D9D. Windows color (decimal): -11286646 or 9094995. OLE color: 9094995.

HSL color Cylindrical-coordinate representation of color #53C78A: hue angle of 148.45º degrees, saturation: 0.51, 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 #53C78A is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB83199138-
CMYK0.5800.310.22
HSL148.45º50.88%55.29%-
HSV(B)148.45º58.29%78.04%-
XYZ28.5844.5231.13-
YUV157.36117.0774.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.76%
GREEN value IS 199 (78.12% from 255) = 47.38%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=19.76%
G=47.38%
B=32.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal831991380.5800.310.22148.4550.8855.29
Hex53C78A3A01F16943337
Octal12330721272037262246367
Binary101001111000111100010101110100111111011010010100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,199,138); }

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

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

 a { background-color: rgb(83,199,138); }

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

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

 span { border-color: rgb(83,199,138); }

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