#53BC7F

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

Shades of Emerald #53BC7F

Tints of Emerald #53BC7F

Color information

#53BC7F (or 0x53BC7F) is unknown color: approx Emerald. HEX triplet: 53, BC and 7F. RGB value is (83,188,127). Sum of RGB (Red+Green+Blue) = 83+188+127=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC7F is #AC4380. Grayscale: #959595. Windows color (decimal): -11289473 or 8371283. OLE color: 8371283.

HSL color Cylindrical-coordinate representation of color #53BC7F: hue angle of 145.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BC7F is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB83188127-
CMYK0.5600.320.26
HSL145.14º43.93%53.14%-
HSV(B)145.14º55.85%73.73%-
XYZ25.3839.3426.33-
YUV149.65115.2180.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.85%
GREEN value IS 188 (73.83% from 255) = 47.24%
BLUE value IS 127 (50% from 255) = 31.91%
R=20.85%
G=47.24%
B=31.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal831881270.5600.320.26145.1443.9353.14
Hex53BC7F380201A912c35
Octal12327417770040322215465
Binary101001110111100111111111100001000001101010010001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,188,127); }

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

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

 a { background-color: rgb(83,188,127); }

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

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

 span { border-color: rgb(83,188,127); }

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