#52F796

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

Shades of Medium Aquamarine #52F796

Tints of Medium Aquamarine #52F796

Color information

#52F796 (or 0x52F796) is unknown color: approx Medium Aquamarine. HEX triplet: 52, F7 and 96. RGB value is (82,247,150). Sum of RGB (Red+Green+Blue) = 82+247+150=479 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.12% from 479); Green value is 247 (96.88% from 255 or 51.57% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 247 - color contains mainly: green. Hex color #52F796 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F796 is #AD0869. Grayscale: #BABABA. Windows color (decimal): -11339882 or 9893714. OLE color: 9893714.

HSL color Cylindrical-coordinate representation of color #52F796: hue angle of 144.73º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F796 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB82247150-
CMYK0.6700.390.03
HSL144.73º91.16%64.51%-
HSV(B)144.73º66.8%96.86%-
XYZ42.2570.5240.24-
YUV186.61107.3453.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.12%
GREEN value IS 247 (96.88% from 255) = 51.57%
BLUE value IS 150 (58.98% from 255) = 31.32%
R=17.12%
G=51.57%
B=31.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal822471500.6700.390.03144.7391.1664.51
Hex52F796430273915b41
Octal1223672261030473221133101
Binary1010010111101111001011010000110100111111001000110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,247,150); }

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

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

 a { background-color: rgb(82,247,150); }

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

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

 span { border-color: rgb(82,247,150); }

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