#53EDAF

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

Shades of Medium Aquamarine #53EDAF

Tints of Medium Aquamarine #53EDAF

Color information

#53EDAF (or 0x53EDAF) is unknown color: approx Medium Aquamarine. HEX triplet: 53, ED and AF. RGB value is (83,237,175). Sum of RGB (Red+Green+Blue) = 83+237+175=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #53EDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EDAF is #AC1250. Grayscale: #B7B7B7. Windows color (decimal): -11276881 or 11529555. OLE color: 11529555.

HSL color Cylindrical-coordinate representation of color #53EDAF: hue angle of 155.84º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EDAF is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB83237175-
CMYK0.6500.260.07
HSL155.84º81.05%62.75%-
HSV(B)155.84º64.98%92.94%-
XYZ41.5965.551.01-
YUV183.89122.9856.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.77%
GREEN value IS 237 (92.97% from 255) = 47.88%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=16.77%
G=47.88%
B=35.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal832371750.6500.260.07155.8481.0562.75
Hex53EDAF4101A79c513f
Octal123355257101032723412177
Binary101001111101101101011111000001011010111100111001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,237,175); }

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

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

 a { background-color: rgb(83,237,175); }

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

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

 span { border-color: rgb(83,237,175); }

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