#52CD9F

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

Shades of Medium Aquamarine #52CD9F

Tints of Medium Aquamarine #52CD9F

Color information

#52CD9F (or 0x52CD9F) is unknown color: approx Medium Aquamarine. HEX triplet: 52, CD and 9F. RGB value is (82,205,159). Sum of RGB (Red+Green+Blue) = 82+205+159=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #52CD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CD9F is #AD3260. Grayscale: #A3A3A3. Windows color (decimal): -11350625 or 10472786. OLE color: 10472786.

HSL color Cylindrical-coordinate representation of color #52CD9F: hue angle of 157.56º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CD9F is Cyan = 0.6, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB82205159-
CMYK0.600.220.20
HSL157.56º55.16%56.27%-
HSV(B)157.56º60%80.39%-
XYZ31.5747.9640.39-
YUV162.98125.7570.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.39%
GREEN value IS 205 (80.47% from 255) = 45.96%
BLUE value IS 159 (62.5% from 255) = 35.65%
R=18.39%
G=45.96%
B=35.65%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal822051590.600.220.20157.5655.1656.27
Hex52CD9F3C016149e3738
Octal12231523774026242366770
Binary101001011001101100111111111000101101010010011110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,205,159); }

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

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

 a { background-color: rgb(82,205,159); }

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

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

 span { border-color: rgb(82,205,159); }

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