#52FA97

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

Shades of Medium Aquamarine #52FA97

Tints of Medium Aquamarine #52FA97

Color information

#52FA97 (or 0x52FA97) is unknown color: approx Medium Aquamarine. HEX triplet: 52, FA and 97. RGB value is (82,250,151). Sum of RGB (Red+Green+Blue) = 82+250+151=483 (63% of max value = 765). Red value is 82 (32.42% from 255 or 16.98% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA97 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FA97 is #AD0568. Grayscale: #BCBCBC. Windows color (decimal): -11339113 or 9960018. OLE color: 9960018.

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

Color convert

RGB82250151-
CMYK0.6700.400.02
HSL144.64º94.38%65.1%-
HSV(B)144.64º67.2%98.04%-
XYZ43.2572.440.97-
YUV188.48106.8452.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.98%
GREEN value IS 250 (98.05% from 255) = 51.76%
BLUE value IS 151 (59.38% from 255) = 31.26%
R=16.98%
G=51.76%
B=31.26%

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
Decimal822501510.6700.400.02144.6494.3865.1
Hex52FA97430282915e41
Octal1223722271030502221136101
Binary1010010111110101001011110000110101000101001000110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52FA97; }

 p { color: rgb(82,250,151); }

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

<style>
 a { background-color: #52FA97; }

 a { background-color: rgb(82,250,151); }

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

<style>
 span { border-color: #52FA97; }

 span { border-color: rgb(82,250,151); }

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