#53BA82

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

Shades of Emerald #53BA82

Tints of Emerald #53BA82

Color information

#53BA82 (or 0x53BA82) is unknown color: approx Emerald. HEX triplet: 53, BA and 82. RGB value is (83,186,130). Sum of RGB (Red+Green+Blue) = 83+186+130=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BA82 is #AC457D. Grayscale: #949494. Windows color (decimal): -11289982 or 8567379. OLE color: 8567379.

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

Color convert

RGB83186130-
CMYK0.5500.300.27
HSL147.38º42.74%52.75%-
HSV(B)147.38º55.38%72.94%-
XYZ25.1638.5727.24-
YUV148.82117.3881.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.80%
GREEN value IS 186 (73.05% from 255) = 46.62%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=20.80%
G=46.62%
B=32.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831861300.5500.300.27147.3842.7452.75
Hex53BA823701E1B932b35
Octal12327220267036332235365
Binary101001110111010100000101101110111101101110010011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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