#53FAB2

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

Shades of Medium Aquamarine #53FAB2

Tints of Medium Aquamarine #53FAB2

Color information

#53FAB2 (or 0x53FAB2) is unknown color: approx Medium Aquamarine. HEX triplet: 53, FA and B2. RGB value is (83,250,178). Sum of RGB (Red+Green+Blue) = 83+250+178=511 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.24% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #53FAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FAB2 is #AC054D. Grayscale: #BFBFBF. Windows color (decimal): -11273550 or 11729491. OLE color: 11729491.

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

Color convert

RGB83250178-
CMYK0.6700.290.02
HSL154.13º94.35%65.29%-
HSV(B)154.13º66.8%98.04%-
XYZ45.7973.4253.88-
YUV191.86120.1750.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.24%
GREEN value IS 250 (98.05% from 255) = 48.92%
BLUE value IS 178 (69.92% from 255) = 34.83%
R=16.24%
G=48.92%
B=34.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal832501780.6700.290.02154.1394.3565.29
Hex53FAB24301D29a5e41
Octal1233722621030352232136101
Binary101001111111010101100101000011011101101001101010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53FAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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