#52CDAC

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

Shades of Medium Aquamarine #52CDAC

Tints of Medium Aquamarine #52CDAC

Color information

#52CDAC (or 0x52CDAC) is unknown color: approx Medium Aquamarine. HEX triplet: 52, CD and AC. RGB value is (82,205,172). Sum of RGB (Red+Green+Blue) = 82+205+172=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CDAC is #AD3253. Grayscale: #A4A4A4. Windows color (decimal): -11350612 or 11324754. OLE color: 11324754.

HSL color Cylindrical-coordinate representation of color #52CDAC: hue angle of 163.9º 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 #52CDAC is Cyan = 0.6, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB82205172-
CMYK0.600.160.20
HSL163.9º55.16%56.27%-
HSV(B)163.9º60%80.39%-
XYZ32.7648.4446.65-
YUV164.46132.2569.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.86%
GREEN value IS 205 (80.47% from 255) = 44.66%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=17.86%
G=44.66%
B=37.47%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal822051720.600.160.20163.955.1656.27
Hex52CDAC3C01014a43738
Octal12231525474020242446770
Binary101001011001101101011001111000100001010010100100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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