#53CD9D

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

Shades of Medium Aquamarine #53CD9D

Tints of Medium Aquamarine #53CD9D

Color information

#53CD9D (or 0x53CD9D) is unknown color: approx Medium Aquamarine. HEX triplet: 53, CD and 9D. RGB value is (83,205,157). Sum of RGB (Red+Green+Blue) = 83+205+157=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #53CD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CD9D is #AC3262. Grayscale: #A3A3A3. Windows color (decimal): -11285091 or 10341715. OLE color: 10341715.

HSL color Cylindrical-coordinate representation of color #53CD9D: hue angle of 156.39º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CD9D is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB83205157-
CMYK0.6000.230.20
HSL156.39º54.95%56.47%-
HSV(B)156.39º59.51%80.39%-
XYZ31.4847.9439.49-
YUV163.05124.5870.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.65%
GREEN value IS 205 (80.47% from 255) = 46.07%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=18.65%
G=46.07%
B=35.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal832051570.6000.230.20156.3954.9556.47
Hex53CD9D3C017149c3738
Octal12331523574027242346770
Binary101001111001101100111011111000101111010010011100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,205,157); }

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

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

 a { background-color: rgb(83,205,157); }

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

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

 span { border-color: rgb(83,205,157); }

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