Html Css Color HEX #52E8AF Medium Aquamarine

📋 copy color: '#52E8AF'

red 82 ◦ green 232 ◦ blue 175

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

Shades of Medium Aquamarine #52E8AF

Tints of Medium Aquamarine #52E8AF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.44%

 BLUE value IS 175 (68.75% from 255) = 35.79%

R = 16.77%
G = 47.44%
B = 35.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#52E8AF (or 0x52E8AF) is known color: Medium Aquamarine. HEX triplet: 52, E8 and AF. RGB value is (82,232,175). Sum of RGB (Red+Green+Blue) = 82+232+175=489 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.77% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 232 - color contains mainly: green. Hex color #52E8AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E8AF is #AD1750. Grayscale: #B4B4B4. Windows color (decimal): -11343697 or 11528274. OLE color: 11528274.

HSL color Cylindrical-coordinate representation of color #52E8AF: hue angle of 157.2º 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 #52E8AF is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 232 175 -
CMYK 0.65 0 0.25 0.09
HSL 157.2º 0.77% 0.62% -
HSV(B) 157.2º 0.65% 0.91% -
XYZ 40.07 62.6 50.53 -
YUV 180.65 124.81 57.63 -
System Red Green Blue C M Y K H S L
Decimal 82 232 175 0.65 0 0.25 0.09 157.2 0.77 0.62
Hex 52 E8 AF 41 0 19 9 9D 4D 3E
Octal 122 350 257 101 0 31 11 235 115 76
Binary 1010010 11101000 10101111 1000001 0 11001 1001 10011101 1001101 111110

Color Harmonies of #52E8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E8AF

Black with #52E8AF

Text Example


Text Example

White with #52E8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,232,175); }

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

background-color css

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

 a { background-color: rgb(82,232,175); }

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

border-color css

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

 span { border-color: rgb(82,232,175); }

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