#53F2A6

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

Shades of Medium Aquamarine #53F2A6

Tints of Medium Aquamarine #53F2A6

Color information

#53F2A6 (or 0x53F2A6) is unknown color: approx Medium Aquamarine. HEX triplet: 53, F2 and A6. RGB value is (83,242,166). Sum of RGB (Red+Green+Blue) = 83+242+166=491 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.90% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #53F2A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F2A6 is #AC0D59. Grayscale: #B9B9B9. Windows color (decimal): -11275610 or 10941011. OLE color: 10941011.

HSL color Cylindrical-coordinate representation of color #53F2A6: hue angle of 151.32º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F2A6 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB83242166-
CMYK0.6600.310.05
HSL151.32º85.95%63.73%-
HSV(B)151.32º65.7%94.9%-
XYZ42.268.147-
YUV185.8116.8254.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.90%
GREEN value IS 242 (94.92% from 255) = 49.29%
BLUE value IS 166 (65.23% from 255) = 33.81%
R=16.90%
G=49.29%
B=33.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal832421660.6600.310.05151.3285.9563.73
Hex53F2A64201F5975640
Octal1233622461020375227126100
Binary1010011111100101010011010000100111111011001011110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,242,166); }

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

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

 a { background-color: rgb(83,242,166); }

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

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

 span { border-color: rgb(83,242,166); }

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