#53BA7E

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

Shades of Emerald #53BA7E

Tints of Emerald #53BA7E

Color information

#53BA7E (or 0x53BA7E) is unknown color: approx Emerald. HEX triplet: 53, BA and 7E. RGB value is (83,186,126). Sum of RGB (Red+Green+Blue) = 83+186+126=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA7E is #AC4581. Grayscale: #949494. Windows color (decimal): -11289986 or 8305235. OLE color: 8305235.

HSL color Cylindrical-coordinate representation of color #53BA7E: hue angle of 145.05º 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 #53BA7E is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB83186126-
CMYK0.5500.320.27
HSL145.05º42.74%52.75%-
HSV(B)145.05º55.38%72.94%-
XYZ24.8938.4625.85-
YUV148.36115.3881.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.01%
GREEN value IS 186 (73.05% from 255) = 47.09%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=21.01%
G=47.09%
B=31.90%

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
Decimal831861260.5500.320.27145.0542.7452.75
Hex53BA7E370201B912b35
Octal12327217667040332215365
Binary101001110111010111111011011101000001101110010001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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