Html Css Color HEX #52DFAC Medium Aquamarine

📋 copy color: '#52DFAC'

red 82 ◦ green 223 ◦ blue 172

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

Shades of Medium Aquamarine #52DFAC

Tints of Medium Aquamarine #52DFAC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.75%

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

R = 17.19%
G = 46.75%
B = 36.06%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#52DFAC (or 0x52DFAC) is known color: Medium Aquamarine. HEX triplet: 52, DF and AC. RGB value is (82,223,172). Sum of RGB (Red+Green+Blue) = 82+223+172=477 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.19% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DFAC is #AD2053. Grayscale: #AFAFAF. Windows color (decimal): -11346004 or 11329362. OLE color: 11329362.

HSL color Cylindrical-coordinate representation of color #52DFAC: hue angle of 158.3º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DFAC is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 172 -
CMYK 0.63 0 0.23 0.13
HSL 158.3º 0.69% 0.6% -
HSV(B) 158.3º 0.63% 0.87% -
XYZ 37.31 57.55 48.17 -
YUV 175.03 126.29 61.65 -
System Red Green Blue C M Y K H S L
Decimal 82 223 172 0.63 0 0.23 0.13 158.3 0.69 0.6
Hex 52 DF AC 3F 0 17 D 9E 45 3C
Octal 122 337 254 77 0 27 15 236 105 74
Binary 1010010 11011111 10101100 111111 0 10111 1101 10011110 1000101 111100

Color Harmonies of #52DFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DFAC

Black with #52DFAC

Text Example


Text Example

White with #52DFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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