Html Css Color HEX #52EDA6 Medium Aquamarine

📋 copy color: '#52EDA6'

red 82 ◦ green 237 ◦ blue 166

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

Shades of Medium Aquamarine #52EDA6

Tints of Medium Aquamarine #52EDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.23%

R = 16.91%
G = 48.87%
B = 34.23%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#52EDA6 (or 0x52EDA6) is known color: Medium Aquamarine. HEX triplet: 52, ED and A6. RGB value is (82,237,166). Sum of RGB (Red+Green+Blue) = 82+237+166=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #52EDA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EDA6 is #AD1259. Grayscale: #B6B6B6. Windows color (decimal): -11342426 or 10939730. OLE color: 10939730.

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

Color convert

RGB 82 237 166 -
CMYK 0.65 0 0.30 0.07
HSL 152.52º 0.81% 0.63% -
HSV(B) 152.52º 0.65% 0.93% -
XYZ 40.65 65.12 46.5 -
YUV 182.56 118.65 56.27 -
System Red Green Blue C M Y K H S L
Decimal 82 237 166 0.65 0 0.30 0.07 152.52 0.81 0.63
Hex 52 ED A6 41 0 1E 7 99 51 3F
Octal 122 355 246 101 0 36 7 231 121 77
Binary 1010010 11101101 10100110 1000001 0 11110 111 10011001 1010001 111111

Color Harmonies of #52EDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EDA6

Black with #52EDA6

Text Example


Text Example

White with #52EDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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