Html Css Color HEX #52E4AC Medium Aquamarine

📋 copy color: '#52E4AC'

red 82 ◦ green 228 ◦ blue 172

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

Shades of Medium Aquamarine #52E4AC

Tints of Medium Aquamarine #52E4AC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.3%

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

R = 17.01%
G = 47.3%
B = 35.68%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#52E4AC (or 0x52E4AC) is known color: Medium Aquamarine. HEX triplet: 52, E4 and AC. RGB value is (82,228,172). Sum of RGB (Red+Green+Blue) = 82+228+172=482 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.01% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 228 - color contains mainly: green. Hex color #52E4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E4AC is #AD1B53. Grayscale: #B2B2B2. Windows color (decimal): -11344724 or 11330642. OLE color: 11330642.

HSL color Cylindrical-coordinate representation of color #52E4AC: hue angle of 156.99º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E4AC is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 228 172 -
CMYK 0.64 0 0.25 0.11
HSL 156.99º 0.73% 0.61% -
HSV(B) 156.99º 0.64% 0.89% -
XYZ 38.67 60.26 48.62 -
YUV 177.96 124.63 59.55 -
System Red Green Blue C M Y K H S L
Decimal 82 228 172 0.64 0 0.25 0.11 156.99 0.73 0.61
Hex 52 E4 AC 40 0 19 B 9D 49 3D
Octal 122 344 254 100 0 31 13 235 111 75
Binary 1010010 11100100 10101100 1000000 0 11001 1011 10011101 1001001 111101

Color Harmonies of #52E4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E4AC

Black with #52E4AC

Text Example


Text Example

White with #52E4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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