#53DEAF

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

Shades of Medium Aquamarine #53DEAF

Tints of Medium Aquamarine #53DEAF

Color information

#53DEAF (or 0x53DEAF) is unknown color: approx Medium Aquamarine. HEX triplet: 53, DE and AF. RGB value is (83,222,175). Sum of RGB (Red+Green+Blue) = 83+222+175=480 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.29% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #53DEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DEAF is #AC2150. Grayscale: #AFAFAF. Windows color (decimal): -11280721 or 11525715. OLE color: 11525715.

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

Color convert

RGB83222175-
CMYK0.6300.210.13
HSL159.71º67.8%59.8%-
HSV(B)159.71º62.61%87.06%-
XYZ37.4357.1849.62-
YUV175.08127.9562.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.29%
GREEN value IS 222 (87.11% from 255) = 46.25%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=17.29%
G=46.25%
B=36.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal832221750.6300.210.13159.7167.859.8
Hex53DEAF3F015Da0443c
Octal123336257770251524010474
Binary101001111011110101011111111110101011101101000001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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