#52e69c

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

Shades of Medium Aquamarine #52E69C

Tints of Medium Aquamarine #52E69C

Color information

#52E69C (or 0x52E69C) is unknown color: approx Medium Aquamarine. HEX triplet: 52, E6 and 9C. RGB value is (82,230,156). Sum of RGB (Red+Green+Blue) = 82+230+156=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 230 (90.23% from 255 or 49.15% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 230 - color contains mainly: green. Hex color #52E69C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E69C is #AD1963. Grayscale: #B1B1B1. Windows color (decimal): -11344228 or 10282578. OLE color: 10282578.

HSL color Cylindrical-coordinate representation of color #52E69C: hue angle of 150º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E69C is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB82230156-
CMYK0.6400.320.10
HSL150º74.75%61.18%-
HSV(B)150º64.35%90.2%-
XYZ37.7860.7941.19-
YUV177.31115.9760.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.52%
GREEN value IS 230 (90.23% from 255) = 49.15%
BLUE value IS 156 (61.33% from 255) = 33.33%
R=17.52%
G=49.15%
B=33.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal822301560.6400.320.1015074.7561.18
Hex52E69C40020A964b3d
Octal1223462341000401222611375
Binary10100101110011010011100100000001000001010100101101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52e69c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,230,156); }

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

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

 a { background-color: rgb(82,230,156); }

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

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

 span { border-color: rgb(82,230,156); }

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