#52D99A

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

Shades of Medium Aquamarine #52D99A

Tints of Medium Aquamarine #52D99A

Color information

#52D99A (or 0x52D99A) is unknown color: approx Medium Aquamarine. HEX triplet: 52, D9 and 9A. RGB value is (82,217,154). Sum of RGB (Red+Green+Blue) = 82+217+154=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #52D99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D99A is #AD2665. Grayscale: #A9A9A9. Windows color (decimal): -11347558 or 10148178. OLE color: 10148178.

HSL color Cylindrical-coordinate representation of color #52D99A: hue angle of 152º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D99A is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB82217154-
CMYK0.6200.290.15
HSL152º63.98%58.63%-
HSV(B)152º62.21%85.1%-
XYZ34.1353.7539.15-
YUV169.45119.2765.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.10%
GREEN value IS 217 (85.16% from 255) = 47.90%
BLUE value IS 154 (60.55% from 255) = 34.00%
R=18.10%
G=47.90%
B=34.00%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal822171540.6200.290.1515263.9858.63
Hex52D99A3E01DF98403b
Octal122331232760351723010073
Binary101001011011001100110101111100111011111100110001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,217,154); }

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

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

 a { background-color: rgb(82,217,154); }

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

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

 span { border-color: rgb(82,217,154); }

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