#53D997

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

Shades of Medium Aquamarine #53D997

Tints of Medium Aquamarine #53D997

Color information

#53D997 (or 0x53D997) is unknown color: approx Medium Aquamarine. HEX triplet: 53, D9 and 97. RGB value is (83,217,151). Sum of RGB (Red+Green+Blue) = 83+217+151=451 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.40% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #53D997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D997 is #AC2668. Grayscale: #A9A9A9. Windows color (decimal): -11282025 or 9951571. OLE color: 9951571.

HSL color Cylindrical-coordinate representation of color #53D997: hue angle of 150.45º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D997 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB83217151-
CMYK0.6200.300.15
HSL150.45º63.81%58.82%-
HSV(B)150.45º61.75%85.1%-
XYZ33.9753.737.85-
YUV169.41117.6166.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.40%
GREEN value IS 217 (85.16% from 255) = 48.12%
BLUE value IS 151 (59.38% from 255) = 33.48%
R=18.40%
G=48.12%
B=33.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal832171510.6200.300.15150.4563.8158.82
Hex53D9973E01EF96403b
Octal123331227760361722610073
Binary101001111011001100101111111100111101111100101101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,217,151); }

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

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

 a { background-color: rgb(83,217,151); }

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

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

 span { border-color: rgb(83,217,151); }

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