#53F8AC

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

Shades of Medium Aquamarine #53F8AC

Tints of Medium Aquamarine #53F8AC

Color information

#53F8AC (or 0x53F8AC) is unknown color: approx Medium Aquamarine. HEX triplet: 53, F8 and AC. RGB value is (83,248,172). Sum of RGB (Red+Green+Blue) = 83+248+172=503 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.50% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #53F8AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F8AC is #AC0753. Grayscale: #BEBEBE. Windows color (decimal): -11274068 or 11335763. OLE color: 11335763.

HSL color Cylindrical-coordinate representation of color #53F8AC: hue angle of 152.36º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53F8AC is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB83248172-
CMYK0.6700.310.03
HSL152.36º92.18%64.9%-
HSV(B)152.36º66.53%97.25%-
XYZ44.5871.9550.57-
YUV190117.8451.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.50%
GREEN value IS 248 (97.27% from 255) = 49.30%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=16.50%
G=49.30%
B=34.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal832481720.6700.310.03152.3692.1864.9
Hex53F8AC4301F3985c41
Octal1233702541030373230134101
Binary101001111111000101011001000011011111111001100010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,248,172); }

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

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

 a { background-color: rgb(83,248,172); }

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

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

 span { border-color: rgb(83,248,172); }

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