Html Css Color HEX #52D6AC Medium Aquamarine

📋 copy color: '#52D6AC'

red 82 ◦ green 214 ◦ blue 172

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

Shades of Medium Aquamarine #52D6AC

Tints of Medium Aquamarine #52D6AC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.73%

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

R = 17.52%
G = 45.73%
B = 36.75%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#52D6AC (or 0x52D6AC) is known color: Medium Aquamarine. HEX triplet: 52, D6 and AC. RGB value is (82,214,172). Sum of RGB (Red+Green+Blue) = 82+214+172=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #52D6AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D6AC is #AD2953. Grayscale: #A9A9A9. Windows color (decimal): -11348308 or 11327058. OLE color: 11327058.

HSL color Cylindrical-coordinate representation of color #52D6AC: hue angle of 160.91º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D6AC is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 214 172 -
CMYK 0.62 0 0.20 0.16
HSL 160.91º 0.62% 0.58% -
HSV(B) 160.91º 0.62% 0.84% -
XYZ 34.97 52.87 47.39 -
YUV 169.74 129.27 65.42 -
System Red Green Blue C M Y K H S L
Decimal 82 214 172 0.62 0 0.20 0.16 160.91 0.62 0.58
Hex 52 D6 AC 3E 0 14 10 A1 3E 3A
Octal 122 326 254 76 0 24 20 241 76 72
Binary 1010010 11010110 10101100 111110 0 10100 10000 10100001 111110 111010

Color Harmonies of #52D6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D6AC

Black with #52D6AC

Text Example


Text Example

White with #52D6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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