#53BA7F

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

Shades of Emerald #53BA7F

Tints of Emerald #53BA7F

Color information

#53BA7F (or 0x53BA7F) is unknown color: approx Emerald. HEX triplet: 53, BA and 7F. RGB value is (83,186,127). Sum of RGB (Red+Green+Blue) = 83+186+127=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA7F is #AC4580. Grayscale: #949494. Windows color (decimal): -11289985 or 8370771. OLE color: 8370771.

HSL color Cylindrical-coordinate representation of color #53BA7F: hue angle of 145.63º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53BA7F is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB83186127-
CMYK0.5500.320.27
HSL145.63º42.74%52.75%-
HSV(B)145.63º55.38%72.94%-
XYZ24.9638.4926.19-
YUV148.48115.8881.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.96%
GREEN value IS 186 (73.05% from 255) = 46.97%
BLUE value IS 127 (50% from 255) = 32.07%
R=20.96%
G=46.97%
B=32.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831861270.5500.320.27145.6342.7452.75
Hex53BA7F370201B922b35
Octal12327217767040332225365
Binary101001110111010111111111011101000001101110010010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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