#53DEA4

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

Shades of Medium Aquamarine #53DEA4

Tints of Medium Aquamarine #53DEA4

Color information

#53DEA4 (or 0x53DEA4) is unknown color: approx Medium Aquamarine. HEX triplet: 53, DE and A4. RGB value is (83,222,164). Sum of RGB (Red+Green+Blue) = 83+222+164=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #53DEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DEA4 is #AC215B. Grayscale: #ADADAD. Windows color (decimal): -11280732 or 10804819. OLE color: 10804819.

HSL color Cylindrical-coordinate representation of color #53DEA4: hue angle of 154.96º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DEA4 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB83222164-
CMYK0.6300.260.13
HSL154.96º67.8%59.8%-
HSV(B)154.96º62.61%87.06%-
XYZ36.3956.7644.16-
YUV173.83122.4563.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.70%
GREEN value IS 222 (87.11% from 255) = 47.33%
BLUE value IS 164 (64.45% from 255) = 34.97%
R=17.70%
G=47.33%
B=34.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal832221640.6300.260.13154.9667.859.8
Hex53DEA43F01AD9b443c
Octal123336244770321523310474
Binary101001111011110101001001111110110101101100110111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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