#53DDAC

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

Shades of Medium Aquamarine #53DDAC

Tints of Medium Aquamarine #53DDAC

Color information

#53DDAC (or 0x53DDAC) is unknown color: approx Medium Aquamarine. HEX triplet: 53, DD and AC. RGB value is (83,221,172). Sum of RGB (Red+Green+Blue) = 83+221+172=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #53DDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DDAC is #AC2253. Grayscale: #AEAEAE. Windows color (decimal): -11280980 or 11328851. OLE color: 11328851.

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

Color convert

RGB83221172-
CMYK0.6200.220.13
HSL158.7º66.99%59.61%-
HSV(B)158.7º62.44%86.67%-
XYZ36.8756.5348-
YUV174.15126.7862.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.44%
GREEN value IS 221 (86.72% from 255) = 46.43%
BLUE value IS 172 (67.58% from 255) = 36.13%
R=17.44%
G=46.43%
B=36.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal832211720.6200.220.13158.766.9959.61
Hex53DDAC3E016D9f433c
Octal123335254760261523710374
Binary101001111011101101011001111100101101101100111111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,221,172); }

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

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

 a { background-color: rgb(83,221,172); }

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

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

 span { border-color: rgb(83,221,172); }

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