Html Css Color HEX #52FEAD Medium Aquamarine

📋 copy color: '#52FEAD'

red 82 ◦ green 254 ◦ blue 173

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

Shades of Medium Aquamarine #52FEAD

Tints of Medium Aquamarine #52FEAD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.9%

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

R = 16.11%
G = 49.9%
B = 33.99%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#52FEAD (or 0x52FEAD) is known color: Medium Aquamarine. HEX triplet: 52, FE and AD. RGB value is (82,254,173). Sum of RGB (Red+Green+Blue) = 82+254+173=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #52FEAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FEAD is #AD0152. Grayscale: #C1C1C1. Windows color (decimal): -11338067 or 11402834. OLE color: 11402834.

HSL color Cylindrical-coordinate representation of color #52FEAD: hue angle of 151.74º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FEAD is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 254 173 -
CMYK 0.68 0 0.32 0.00
HSL 151.74º 0.99% 0.66% -
HSV(B) 151.74º 0.68% 1% -
XYZ 46.46 75.69 51.7 -
YUV 193.34 116.52 48.59 -
System Red Green Blue C M Y K H S L
Decimal 82 254 173 0.68 0 0.32 0.00 151.74 0.99 0.66
Hex 52 FE AD 44 0 20 0 98 63 42
Octal 122 376 255 104 0 40 0 230 143 102
Binary 1010010 11111110 10101101 1000100 0 100000 0 10011000 1100011 1000010

Color Harmonies of #52FEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FEAD

Black with #52FEAD

Text Example


Text Example

White with #52FEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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