Html Css Color HEX #52ECAC Medium Aquamarine

📋 copy color: '#52ECAC'

red 82 ◦ green 236 ◦ blue 172

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

Shades of Medium Aquamarine #52ECAC

Tints of Medium Aquamarine #52ECAC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.16%

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

R = 16.73%
G = 48.16%
B = 35.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#52ECAC (or 0x52ECAC) is known color: Medium Aquamarine. HEX triplet: 52, EC and AC. RGB value is (82,236,172). Sum of RGB (Red+Green+Blue) = 82+236+172=490 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.73% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #52ECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52ECAC is #AD1353. Grayscale: #B6B6B6. Windows color (decimal): -11342676 or 11332690. OLE color: 11332690.

HSL color Cylindrical-coordinate representation of color #52ECAC: hue angle of 155.06º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52ECAC is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 236 172 -
CMYK 0.65 0 0.27 0.07
HSL 155.06º 0.8% 0.62% -
HSV(B) 155.06º 0.65% 0.93% -
XYZ 40.92 64.76 49.37 -
YUV 182.66 121.98 56.2 -
System Red Green Blue C M Y K H S L
Decimal 82 236 172 0.65 0 0.27 0.07 155.06 0.8 0.62
Hex 52 EC AC 41 0 1B 7 9B 50 3E
Octal 122 354 254 101 0 33 7 233 120 76
Binary 1010010 11101100 10101100 1000001 0 11011 111 10011011 1010000 111110

Color Harmonies of #52ECAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ECAC

Black with #52ECAC

Text Example


Text Example

White with #52ECAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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