Html Css Color HEX #52D8AC Medium Aquamarine

📋 copy color: '#52D8AC'

red 82 ◦ green 216 ◦ blue 172

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

Shades of Medium Aquamarine #52D8AC

Tints of Medium Aquamarine #52D8AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.6%

R = 17.45%
G = 45.96%
B = 36.6%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#52D8AC (or 0x52D8AC) is known color: Medium Aquamarine. HEX triplet: 52, D8 and AC. RGB value is (82,216,172). Sum of RGB (Red+Green+Blue) = 82+216+172=470 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.45% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #52D8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D8AC is #AD2753. Grayscale: #AAAAAA. Windows color (decimal): -11347796 or 11327570. OLE color: 11327570.

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

Color convert

RGB 82 216 172 -
CMYK 0.62 0 0.20 0.15
HSL 160.3º 0.63% 0.58% -
HSV(B) 160.3º 0.62% 0.85% -
XYZ 35.48 53.88 47.56 -
YUV 170.92 128.61 64.58 -
System Red Green Blue C M Y K H S L
Decimal 82 216 172 0.62 0 0.20 0.15 160.3 0.63 0.58
Hex 52 D8 AC 3E 0 14 F A0 3F 3A
Octal 122 330 254 76 0 24 17 240 77 72
Binary 1010010 11011000 10101100 111110 0 10100 1111 10100000 111111 111010

Color Harmonies of #52D8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D8AC

Black with #52D8AC

Text Example


Text Example

White with #52D8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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