#53C081

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

Shades of Emerald #53C081

Tints of Emerald #53C081

Color information

#53C081 (or 0x53C081) is unknown color: approx Emerald. HEX triplet: 53, C0 and 81. RGB value is (83,192,129). Sum of RGB (Red+Green+Blue) = 83+192+129=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #53C081 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C081 is #AC3F7E. Grayscale: #989898. Windows color (decimal): -11288447 or 8503379. OLE color: 8503379.

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

Color convert

RGB83192129-
CMYK0.5700.330.25
HSL145.32º46.38%53.92%-
HSV(B)145.32º56.77%75.29%-
XYZ26.3841.1227.32-
YUV152.23114.8978.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.54%
GREEN value IS 192 (75.39% from 255) = 47.52%
BLUE value IS 129 (50.78% from 255) = 31.93%
R=20.54%
G=47.52%
B=31.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831921290.5700.330.25145.3246.3853.92
Hex53C0813902119912e36
Octal12330020171041312215666
Binary1010011110000001000000111100101000011100110010001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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