#53E9A0

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

Shades of Medium Aquamarine #53E9A0

Tints of Medium Aquamarine #53E9A0

Color information

#53E9A0 (or 0x53E9A0) is unknown color: approx Medium Aquamarine. HEX triplet: 53, E9 and A0. RGB value is (83,233,160). Sum of RGB (Red+Green+Blue) = 83+233+160=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #53E9A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53E9A0 is #AC165F. Grayscale: #B3B3B3. Windows color (decimal): -11277920 or 10545491. OLE color: 10545491.

HSL color Cylindrical-coordinate representation of color #53E9A0: hue angle of 150.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E9A0 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB83233160-
CMYK0.6400.310.09
HSL150.8º77.32%61.96%-
HSV(B)150.8º64.38%91.37%-
XYZ39.0562.6543.29-
YUV179.83116.858.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.44%
GREEN value IS 233 (91.41% from 255) = 48.95%
BLUE value IS 160 (62.89% from 255) = 33.61%
R=17.44%
G=48.95%
B=33.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal832331600.6400.310.09150.877.3261.96
Hex53E9A04001F9974d3e
Octal1233512401000371122711576
Binary1010011111010011010000010000000111111001100101111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,233,160); }

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

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

 a { background-color: rgb(83,233,160); }

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

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

 span { border-color: rgb(83,233,160); }

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