#53ED9D

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

Shades of Medium Aquamarine #53ED9D

Tints of Medium Aquamarine #53ED9D

Color information

#53ED9D (or 0x53ED9D) is unknown color: approx Medium Aquamarine. HEX triplet: 53, ED and 9D. RGB value is (83,237,157). Sum of RGB (Red+Green+Blue) = 83+237+157=477 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.40% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #53ED9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53ED9D is #AC1262. Grayscale: #B6B6B6. Windows color (decimal): -11276899 or 10349907. OLE color: 10349907.

HSL color Cylindrical-coordinate representation of color #53ED9D: hue angle of 148.83º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53ED9D is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB83237157-
CMYK0.6500.340.07
HSL148.83º81.05%62.75%-
HSV(B)148.83º64.98%92.94%-
XYZ39.9464.8442.31-
YUV181.83113.9857.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.40%
GREEN value IS 237 (92.97% from 255) = 49.69%
BLUE value IS 157 (61.72% from 255) = 32.91%
R=17.40%
G=49.69%
B=32.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal832371570.6500.340.07148.8381.0562.75
Hex53ED9D41022795513f
Octal123355235101042722512177
Binary1010011111011011001110110000010100010111100101011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ED9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,237,157); }

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

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

 a { background-color: rgb(83,237,157); }

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

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

 span { border-color: rgb(83,237,157); }

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