#53DBA9

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

Shades of Medium Aquamarine #53DBA9

Tints of Medium Aquamarine #53DBA9

Color information

#53DBA9 (or 0x53DBA9) is unknown color: approx Medium Aquamarine. HEX triplet: 53, DB and A9. RGB value is (83,219,169). Sum of RGB (Red+Green+Blue) = 83+219+169=471 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.62% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #53DBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DBA9 is #AC2456. Grayscale: #ACACAC. Windows color (decimal): -11281495 or 11131731. OLE color: 11131731.

HSL color Cylindrical-coordinate representation of color #53DBA9: hue angle of 157.94º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DBA9 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB83219169-
CMYK0.6200.230.14
HSL157.94º65.38%59.22%-
HSV(B)157.94º62.1%85.88%-
XYZ36.0655.3746.32-
YUV172.64125.9464.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.62%
GREEN value IS 219 (85.94% from 255) = 46.50%
BLUE value IS 169 (66.41% from 255) = 35.88%
R=17.62%
G=46.50%
B=35.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal832191690.6200.230.14157.9465.3859.22
Hex53DBA93E017E9e413b
Octal123333251760271623610173
Binary101001111011011101010011111100101111110100111101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,219,169); }

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

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

 a { background-color: rgb(83,219,169); }

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

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

 span { border-color: rgb(83,219,169); }

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