#53FA95

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

Shades of Medium Aquamarine #53FA95

Tints of Medium Aquamarine #53FA95

Color information

#53FA95 (or 0x53FA95) is unknown color: approx Medium Aquamarine. HEX triplet: 53, FA and 95. RGB value is (83,250,149). Sum of RGB (Red+Green+Blue) = 83+250+149=482 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.22% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #53FA95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FA95 is #AC056A. Grayscale: #BCBCBC. Windows color (decimal): -11273579 or 9828947. OLE color: 9828947.

HSL color Cylindrical-coordinate representation of color #53FA95: hue angle of 143.71º degrees, saturation: 0.94, 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 #53FA95 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB83250149-
CMYK0.6700.400.02
HSL143.71º94.35%65.29%-
HSV(B)143.71º66.8%98.04%-
XYZ43.1872.3840.13-
YUV188.55105.6752.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.22%
GREEN value IS 250 (98.05% from 255) = 51.87%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=17.22%
G=51.87%
B=30.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal832501490.6700.400.02143.7194.3565.29
Hex53FA95430282905e41
Octal1233722251030502220136101
Binary1010011111110101001010110000110101000101001000010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53FA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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