Html Css Color HEX #52E5AC Medium Aquamarine

📋 copy color: '#52E5AC'

red 82 ◦ green 229 ◦ blue 172

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

Shades of Medium Aquamarine #52E5AC

Tints of Medium Aquamarine #52E5AC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.41%

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

R = 16.98%
G = 47.41%
B = 35.61%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#52E5AC (or 0x52E5AC) is known color: Medium Aquamarine. HEX triplet: 52, E5 and AC. RGB value is (82,229,172). Sum of RGB (Red+Green+Blue) = 82+229+172=483 (63% of max value = 765). Red value is 82 (32.42% from 255 or 16.98% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #52E5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E5AC is #AD1A53. Grayscale: #B2B2B2. Windows color (decimal): -11344468 or 11330898. OLE color: 11330898.

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

Color convert

RGB 82 229 172 -
CMYK 0.64 0 0.25 0.10
HSL 156.73º 0.74% 0.61% -
HSV(B) 156.73º 0.64% 0.9% -
XYZ 38.95 60.81 48.71 -
YUV 178.55 124.3 59.13 -
System Red Green Blue C M Y K H S L
Decimal 82 229 172 0.64 0 0.25 0.10 156.73 0.74 0.61
Hex 52 E5 AC 40 0 19 A 9D 4A 3D
Octal 122 345 254 100 0 31 12 235 112 75
Binary 1010010 11100101 10101100 1000000 0 11001 1010 10011101 1001010 111101

Color Harmonies of #52E5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E5AC

Black with #52E5AC

Text Example


Text Example

White with #52E5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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