#52CCA8

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

Shades of Medium Aquamarine #52CCA8

Tints of Medium Aquamarine #52CCA8

Color information

#52CCA8 (or 0x52CCA8) is unknown color: approx Medium Aquamarine. HEX triplet: 52, CC and A8. RGB value is (82,204,168). Sum of RGB (Red+Green+Blue) = 82+204+168=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #52CCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CCA8 is #AD3357. Grayscale: #A3A3A3. Windows color (decimal): -11350872 or 11062354. OLE color: 11062354.

HSL color Cylindrical-coordinate representation of color #52CCA8: hue angle of 162.3º degrees, saturation: 0.54, 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 #52CCA8 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB82204168-
CMYK0.6000.180.2
HSL162.3º54.46%56.08%-
HSV(B)162.3º59.8%80%-
XYZ32.1447.8144.58-
YUV163.42130.5869.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.06%
GREEN value IS 204 (80.08% from 255) = 44.93%
BLUE value IS 168 (66.02% from 255) = 37.00%
R=18.06%
G=44.93%
B=37.00%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal822041680.6000.180.2162.354.4656.08
Hex52CCA83C01214a23638
Octal12231425074022242426670
Binary101001011001100101010001111000100101010010100010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,204,168); }

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

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

 a { background-color: rgb(82,204,168); }

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

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

 span { border-color: rgb(82,204,168); }

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