#53e7a4

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

Shades of Medium Aquamarine #53E7A4

Tints of Medium Aquamarine #53E7A4

Color information

#53E7A4 (or 0x53E7A4) is unknown color: approx Medium Aquamarine. HEX triplet: 53, E7 and A4. RGB value is (83,231,164). Sum of RGB (Red+Green+Blue) = 83+231+164=478 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.36% from 478); Green value is 231 (90.62% from 255 or 48.33% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 231 - color contains mainly: green. Hex color #53E7A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53E7A4 is #AC185B. Grayscale: #B3B3B3. Windows color (decimal): -11278428 or 10807123. OLE color: 10807123.

HSL color Cylindrical-coordinate representation of color #53E7A4: hue angle of 152.84º degrees, saturation: 0.76, 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 #53E7A4 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB83231164-
CMYK0.6400.290.09
HSL152.84º75.51%61.57%-
HSV(B)152.84º64.07%90.59%-
XYZ38.8461.6744.98-
YUV179.11119.4759.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.36%
GREEN value IS 231 (90.62% from 255) = 48.33%
BLUE value IS 164 (64.45% from 255) = 34.31%
R=17.36%
G=48.33%
B=34.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal832311640.6400.290.09152.8475.5161.57
Hex53E7A44001D9994c3e
Octal1233472441000351123111476
Binary1010011111001111010010010000000111011001100110011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53e7a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,231,164); }

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

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

 a { background-color: rgb(83,231,164); }

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

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

 span { border-color: rgb(83,231,164); }

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