#53DEB2

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

Shades of Medium Aquamarine #53DEB2

Tints of Medium Aquamarine #53DEB2

Color information

#53DEB2 (or 0x53DEB2) is unknown color: approx Medium Aquamarine. HEX triplet: 53, DE and B2. RGB value is (83,222,178). Sum of RGB (Red+Green+Blue) = 83+222+178=483 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.18% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #53DEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DEB2 is #AC214D. Grayscale: #AFAFAF. Windows color (decimal): -11280718 or 11722323. OLE color: 11722323.

HSL color Cylindrical-coordinate representation of color #53DEB2: hue angle of 161.01º 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 #53DEB2 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB83222178-
CMYK0.6300.200.13
HSL161.01º67.8%59.8%-
HSV(B)161.01º62.61%87.06%-
XYZ37.7257.351.19-
YUV175.42129.4562.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.18%
GREEN value IS 222 (87.11% from 255) = 45.96%
BLUE value IS 178 (69.92% from 255) = 36.85%
R=17.18%
G=45.96%
B=36.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal832221780.6300.200.13161.0167.859.8
Hex53DEB23F014Da1443c
Octal123336262770241524110474
Binary101001111011110101100101111110101001101101000011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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