#52F995

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

Shades of Medium Aquamarine #52F995

Tints of Medium Aquamarine #52F995

Color information

#52F995 (or 0x52F995) is unknown color: approx Medium Aquamarine. HEX triplet: 52, F9 and 95. RGB value is (82,249,149). Sum of RGB (Red+Green+Blue) = 82+249+149=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 249 (97.66% from 255 or 51.88% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 249 - color contains mainly: green. Hex color #52F995 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F995 is #AD066A. Grayscale: #BBBBBB. Windows color (decimal): -11339371 or 9828690. OLE color: 9828690.

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

Color convert

RGB82249149-
CMYK0.6700.400.02
HSL144.07º93.3%64.9%-
HSV(B)144.07º67.07%97.65%-
XYZ42.7871.7240.02-
YUV187.67106.1752.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.08%
GREEN value IS 249 (97.66% from 255) = 51.88%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=17.08%
G=51.88%
B=31.04%

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
Decimal822491490.6700.400.02144.0793.364.9
Hex52F995430282905d41
Octal1223712251030502220135101
Binary1010010111110011001010110000110101000101001000010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,249,149); }

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

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

 a { background-color: rgb(82,249,149); }

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

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

 span { border-color: rgb(82,249,149); }

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