#53E09F

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

Shades of Medium Aquamarine #53E09F

Tints of Medium Aquamarine #53E09F

Color information

#53E09F (or 0x53E09F) is unknown color: approx Medium Aquamarine. HEX triplet: 53, E0 and 9F. RGB value is (83,224,159). Sum of RGB (Red+Green+Blue) = 83+224+159=466 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.81% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #53E09F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E09F is #AC1F60. Grayscale: #AEAEAE. Windows color (decimal): -11280225 or 10477651. OLE color: 10477651.

HSL color Cylindrical-coordinate representation of color #53E09F: hue angle of 152.34º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E09F is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB83224159-
CMYK0.6300.290.12
HSL152.34º69.46%60.2%-
HSV(B)152.34º62.95%87.84%-
XYZ36.4857.6542.01-
YUV174.43119.2962.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.81%
GREEN value IS 224 (87.89% from 255) = 48.07%
BLUE value IS 159 (62.5% from 255) = 34.12%
R=17.81%
G=48.07%
B=34.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal832241590.6300.290.12152.3469.4660.2
Hex53E09F3F01DC98453c
Octal123340237770351423010574
Binary101001111100000100111111111110111011100100110001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,224,159); }

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

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

 a { background-color: rgb(83,224,159); }

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

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

 span { border-color: rgb(83,224,159); }

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