#53BA75

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

Shades of Emerald #53BA75

Tints of Emerald #53BA75

Color information

#53BA75 (or 0x53BA75) is unknown color: approx Emerald. HEX triplet: 53, BA and 75. RGB value is (83,186,117). Sum of RGB (Red+Green+Blue) = 83+186+117=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA75 is #AC458A. Grayscale: #939393. Windows color (decimal): -11289995 or 7715411. OLE color: 7715411.

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

Color convert

RGB83186117-
CMYK0.5500.370.27
HSL139.81º42.74%52.75%-
HSV(B)139.81º55.38%72.94%-
XYZ24.3438.2422.93-
YUV147.34110.8882.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.50%
GREEN value IS 186 (73.05% from 255) = 48.19%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=21.50%
G=48.19%
B=30.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831861170.5500.370.27139.8142.7452.75
Hex53BA75370251B8c2b35
Octal12327216567045332145365
Binary101001110111010111010111011101001011101110001100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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