#53B882

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

Shades of Emerald #53B882

Tints of Emerald #53B882

Color information

#53B882 (or 0x53B882) is unknown color: approx Emerald. HEX triplet: 53, B8 and 82. RGB value is (83,184,130). Sum of RGB (Red+Green+Blue) = 83+184+130=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 184 - color contains mainly: green. Hex color #53B882 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B882 is #AC477D. Grayscale: #939393. Windows color (decimal): -11290494 or 8566867. OLE color: 8566867.

HSL color Cylindrical-coordinate representation of color #53B882: hue angle of 147.92º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B882 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB83184130-
CMYK0.5500.290.28
HSL147.92º41.56%52.35%-
HSV(B)147.92º54.89%72.16%-
XYZ24.7437.7327.1-
YUV147.64118.0481.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.91%
GREEN value IS 184 (72.27% from 255) = 46.35%
BLUE value IS 130 (51.17% from 255) = 32.75%
R=20.91%
G=46.35%
B=32.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal831841300.5500.290.28147.9241.5652.35
Hex53B8823701D1C942a34
Octal12327020267035342245264
Binary101001110111000100000101101110111011110010010100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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