#53F99D

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

Shades of Medium Aquamarine #53F99D

Tints of Medium Aquamarine #53F99D

Color information

#53F99D (or 0x53F99D) is unknown color: approx Medium Aquamarine. HEX triplet: 53, F9 and 9D. RGB value is (83,249,157). Sum of RGB (Red+Green+Blue) = 83+249+157=489 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.97% from 489); Green value is 249 (97.66% from 255 or 50.92% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 249 - color contains mainly: green. Hex color #53F99D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F99D is #AC0662. Grayscale: #BDBDBD. Windows color (decimal): -11273827 or 10352979. OLE color: 10352979.

HSL color Cylindrical-coordinate representation of color #53F99D: hue angle of 146.75º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53F99D is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB83249157-
CMYK0.6700.370.02
HSL146.75º93.26%65.1%-
HSV(B)146.75º66.67%97.65%-
XYZ43.5372.0243.51-
YUV188.8811052.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.97%
GREEN value IS 249 (97.66% from 255) = 50.92%
BLUE value IS 157 (61.72% from 255) = 32.11%
R=16.97%
G=50.92%
B=32.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal832491570.6700.370.02146.7593.2665.1
Hex53F99D430252935d41
Octal1233712351030452223135101
Binary1010011111110011001110110000110100101101001001110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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