#53DFB4

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

Shades of Medium Aquamarine #53DFB4

Tints of Medium Aquamarine #53DFB4

Color information

#53DFB4 (or 0x53DFB4) is unknown color: approx Medium Aquamarine. HEX triplet: 53, DF and B4. RGB value is (83,223,180). Sum of RGB (Red+Green+Blue) = 83+223+180=486 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.08% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DFB4 is #AC204B. Grayscale: #B0B0B0. Windows color (decimal): -11280460 or 11853651. OLE color: 11853651.

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

Color convert

RGB83223180-
CMYK0.6300.190.13
HSL161.57º68.63%60%-
HSV(B)161.57º62.78%87.45%-
XYZ38.1957.9152.34-
YUV176.24130.1261.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.08%
GREEN value IS 223 (87.5% from 255) = 45.88%
BLUE value IS 180 (70.70% from 255) = 37.04%
R=17.08%
G=45.88%
B=37.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal832231800.6300.190.13161.5768.6360
Hex53DFB43F013Da2453c
Octal123337264770231524210574
Binary101001111011111101101001111110100111101101000101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,223,180); }

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

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

 a { background-color: rgb(83,223,180); }

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

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

 span { border-color: rgb(83,223,180); }

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