Html Css Color HEX #52EDAD Medium Aquamarine

📋 copy color: '#52EDAD'

red 82 ◦ green 237 ◦ blue 173

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

Shades of Medium Aquamarine #52EDAD

Tints of Medium Aquamarine #52EDAD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.17%

 BLUE value IS 173 (67.97% from 255) = 35.16%

R = 16.67%
G = 48.17%
B = 35.16%

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

#52EDAD (or 0x52EDAD) is known color: Medium Aquamarine. HEX triplet: 52, ED and AD. RGB value is (82,237,173). Sum of RGB (Red+Green+Blue) = 82+237+173=492 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.67% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #52EDAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EDAD is #AD1252. Grayscale: #B7B7B7. Windows color (decimal): -11342419 or 11398482. OLE color: 11398482.

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

Color convert

RGB 82 237 173 -
CMYK 0.65 0 0.27 0.07
HSL 155.23º 0.81% 0.63% -
HSV(B) 155.23º 0.65% 0.93% -
XYZ 41.31 65.38 49.98 -
YUV 183.36 122.15 55.7 -
System Red Green Blue C M Y K H S L
Decimal 82 237 173 0.65 0 0.27 0.07 155.23 0.81 0.63
Hex 52 ED AD 41 0 1B 7 9B 51 3F
Octal 122 355 255 101 0 33 7 233 121 77
Binary 1010010 11101101 10101101 1000001 0 11011 111 10011011 1010001 111111

Color Harmonies of #52EDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EDAD

Black with #52EDAD

Text Example


Text Example

White with #52EDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,237,173); }

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

background-color css

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

 a { background-color: rgb(82,237,173); }

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

border-color css

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

 span { border-color: rgb(82,237,173); }

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