#53D995

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

Shades of Medium Aquamarine #53D995

Tints of Medium Aquamarine #53D995

Color information

#53D995 (or 0x53D995) is unknown color: approx Medium Aquamarine. HEX triplet: 53, D9 and 95. RGB value is (83,217,149). Sum of RGB (Red+Green+Blue) = 83+217+149=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #53D995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D995 is #AC266A. Grayscale: #A9A9A9. Windows color (decimal): -11282027 or 9820499. OLE color: 9820499.

HSL color Cylindrical-coordinate representation of color #53D995: hue angle of 149.55º 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 #53D995 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB83217149-
CMYK0.6200.310.15
HSL149.55º63.81%58.82%-
HSV(B)149.55º61.75%85.1%-
XYZ33.853.6337-
YUV169.18116.6166.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.49%
GREEN value IS 217 (85.16% from 255) = 48.33%
BLUE value IS 149 (58.59% from 255) = 33.18%
R=18.49%
G=48.33%
B=33.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal832171490.6200.310.15149.5563.8158.82
Hex53D9953E01FF96403b
Octal123331225760371722610073
Binary101001111011001100101011111100111111111100101101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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