#53BA84

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

Shades of Emerald #53BA84

Tints of Emerald #53BA84

Color information

#53BA84 (or 0x53BA84) is unknown color: approx Emerald. HEX triplet: 53, BA and 84. RGB value is (83,186,132). Sum of RGB (Red+Green+Blue) = 83+186+132=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BA84 is #AC457B. Grayscale: #959595. Windows color (decimal): -11289980 or 8698451. OLE color: 8698451.

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

Color convert

RGB83186132-
CMYK0.5500.290.27
HSL148.54º42.74%52.75%-
HSV(B)148.54º55.38%72.94%-
XYZ25.2938.6227.95-
YUV149.05118.3880.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.70%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 132 (51.95% from 255) = 32.92%
R=20.70%
G=46.38%
B=32.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831861320.5500.290.27148.5442.7452.75
Hex53BA843701D1B952b35
Octal12327220467035332255365
Binary101001110111010100001001101110111011101110010101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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