#53DEB7

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

Shades of Medium Aquamarine #53DEB7

Tints of Medium Aquamarine #53DEB7

Color information

#53DEB7 (or 0x53DEB7) is unknown color: approx Medium Aquamarine. HEX triplet: 53, DE and B7. RGB value is (83,222,183). Sum of RGB (Red+Green+Blue) = 83+222+183=488 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.01% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #53DEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DEB7 is #AC2148. Grayscale: #B0B0B0. Windows color (decimal): -11280713 or 12050003. OLE color: 12050003.

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

Color convert

RGB83222183-
CMYK0.6300.180.13
HSL163.17º67.8%59.8%-
HSV(B)163.17º62.61%87.06%-
XYZ38.2457.553.88-
YUV175.99131.9561.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.01%
GREEN value IS 222 (87.11% from 255) = 45.49%
BLUE value IS 183 (71.88% from 255) = 37.5%
R=17.01%
G=45.49%
B=37.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal832221830.6300.180.13163.1767.859.8
Hex53DEB73F012Da3443c
Octal123336267770221524310474
Binary101001111011110101101111111110100101101101000111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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