Html Css Color HEX #52E9AC Medium Aquamarine

📋 copy color: '#52E9AC'

red 82 ◦ green 233 ◦ blue 172

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

Shades of Medium Aquamarine #52E9AC

Tints of Medium Aquamarine #52E9AC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.84%

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

R = 16.84%
G = 47.84%
B = 35.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#52E9AC (or 0x52E9AC) is known color: Medium Aquamarine. HEX triplet: 52, E9 and AC. RGB value is (82,233,172). Sum of RGB (Red+Green+Blue) = 82+233+172=487 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.84% from 487); Green value is 233 (91.41% from 255 or 47.84% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 233 - color contains mainly: green. Hex color #52E9AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E9AC is #AD1653. Grayscale: #B4B4B4. Windows color (decimal): -11343444 or 11331922. OLE color: 11331922.

HSL color Cylindrical-coordinate representation of color #52E9AC: hue angle of 155.76º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E9AC is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 233 172 -
CMYK 0.65 0 0.26 0.09
HSL 155.76º 0.77% 0.62% -
HSV(B) 155.76º 0.65% 0.91% -
XYZ 40.06 63.05 49.09 -
YUV 180.9 122.97 57.46 -
System Red Green Blue C M Y K H S L
Decimal 82 233 172 0.65 0 0.26 0.09 155.76 0.77 0.62
Hex 52 E9 AC 41 0 1A 9 9C 4D 3E
Octal 122 351 254 101 0 32 11 234 115 76
Binary 1010010 11101001 10101100 1000001 0 11010 1001 10011100 1001101 111110

Color Harmonies of #52E9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E9AC

Black with #52E9AC

Text Example


Text Example

White with #52E9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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