#52CEAD

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

Shades of Medium Aquamarine #52CEAD

Tints of Medium Aquamarine #52CEAD

Color information

#52CEAD (or 0x52CEAD) is unknown color: approx Medium Aquamarine. HEX triplet: 52, CE and AD. RGB value is (82,206,173). Sum of RGB (Red+Green+Blue) = 82+206+173=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #52CEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CEAD is #AD3152. Grayscale: #A5A5A5. Windows color (decimal): -11350355 or 11390546. OLE color: 11390546.

HSL color Cylindrical-coordinate representation of color #52CEAD: hue angle of 164.03º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CEAD is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB82206173-
CMYK0.6000.160.19
HSL164.03º55.86%56.47%-
HSV(B)164.03º60.19%80.78%-
XYZ33.0948.9547.24-
YUV165.16132.4268.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.79%
GREEN value IS 206 (80.86% from 255) = 44.69%
BLUE value IS 173 (67.97% from 255) = 37.53%
R=17.79%
G=44.69%
B=37.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal822061730.6000.160.19164.0355.8656.47
Hex52CEAD3C01013a43838
Octal12231625574020232447070
Binary101001011001110101011011111000100001001110100100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,206,173); }

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

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

 a { background-color: rgb(82,206,173); }

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

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

 span { border-color: rgb(82,206,173); }

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