Html Css Color HEX #52D8A0 Medium Aquamarine

📋 copy color: '#52D8A0'

red 82 ◦ green 216 ◦ blue 160

#52D8A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #52D8A0

Tints of Medium Aquamarine #52D8A0

RGB

 RED value IS 82 (32.42% from 255) = 17.9%

 GREEN value IS 216 (84.77% from 255) = 47.16%

 BLUE value IS 160 (62.89% from 255) = 34.93%

R = 17.9%
G = 47.16%
B = 34.93%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#52D8A0 (or 0x52D8A0) is known color: Medium Aquamarine. HEX triplet: 52, D8 and A0. RGB value is (82,216,160). Sum of RGB (Red+Green+Blue) = 82+216+160=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #52D8A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D8A0 is #AD275F. Grayscale: #A9A9A9. Windows color (decimal): -11347808 or 10541138. OLE color: 10541138.

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

Color convert

RGB 82 216 160 -
CMYK 0.62 0 0.26 0.15
HSL 154.93º 0.63% 0.58% -
HSV(B) 154.93º 0.62% 0.85% -
XYZ 34.38 53.44 41.76 -
YUV 169.55 122.61 65.55 -
System Red Green Blue C M Y K H S L
Decimal 82 216 160 0.62 0 0.26 0.15 154.93 0.63 0.58
Hex 52 D8 A0 3E 0 1A F 9B 3F 3A
Octal 122 330 240 76 0 32 17 233 77 72
Binary 1010010 11011000 10100000 111110 0 11010 1111 10011011 111111 111010

Color Harmonies of #52D8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D8A0

Black with #52D8A0

Text Example


Text Example

White with #52D8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,216,160); }

 H1.HeaderClassName
 {
   color: #52D8A0;
 }
 .AnyTagClassName
 {
   color: #52D8A0;
 }
</style>

background-color css

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

 a { background-color: rgb(82,216,160); }

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

border-color css

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

 span { border-color: rgb(82,216,160); }

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