#52cda7

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

Shades of Medium Aquamarine #52CDA7

Tints of Medium Aquamarine #52CDA7

Color information

#52CDA7 (or 0x52CDA7) is unknown color: approx Medium Aquamarine. HEX triplet: 52, CD and A7. RGB value is (82,205,167). Sum of RGB (Red+Green+Blue) = 82+205+167=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 167 (65.62% from 255 or 36.78% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CDA7 is #AD3258. Grayscale: #A3A3A3. Windows color (decimal): -11350617 or 10997074. OLE color: 10997074.

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

Color convert

RGB82205167-
CMYK0.600.190.20
HSL161.46º55.16%56.27%-
HSV(B)161.46º60%80.39%-
XYZ32.2948.2544.17-
YUV163.89129.7569.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.06%
GREEN value IS 205 (80.47% from 255) = 45.15%
BLUE value IS 167 (65.62% from 255) = 36.78%
R=18.06%
G=45.15%
B=36.78%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal822051670.600.190.20161.4655.1656.27
Hex52CDA73C01314a13738
Octal12231524774023242416770
Binary101001011001101101001111111000100111010010100001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52cda7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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