Html Css Color HEX #52EC95 Medium Aquamarine

📋 copy color: '#52EC95'

red 82 ◦ green 236 ◦ blue 149

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

Shades of Medium Aquamarine #52EC95

Tints of Medium Aquamarine #52EC95

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.54%

 BLUE value IS 149 (58.59% from 255) = 31.91%

R = 17.56%
G = 50.54%
B = 31.91%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#52EC95 (or 0x52EC95) is known color: Medium Aquamarine. HEX triplet: 52, EC and 95. RGB value is (82,236,149). Sum of RGB (Red+Green+Blue) = 82+236+149=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EC95 is #AD136A. Grayscale: #B4B4B4. Windows color (decimal): -11342699 or 9825362. OLE color: 9825362.

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

Color convert

RGB 82 236 149 -
CMYK 0.65 0 0.37 0.07
HSL 146.1º 0.8% 0.62% -
HSV(B) 146.1º 0.65% 0.93% -
XYZ 38.9 63.95 38.73 -
YUV 180.04 110.48 58.07 -
System Red Green Blue C M Y K H S L
Decimal 82 236 149 0.65 0 0.37 0.07 146.1 0.8 0.62
Hex 52 EC 95 41 0 25 7 92 50 3E
Octal 122 354 225 101 0 45 7 222 120 76
Binary 1010010 11101100 10010101 1000001 0 100101 111 10010010 1010000 111110

Color Harmonies of #52EC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EC95

Black with #52EC95

Text Example


Text Example

White with #52EC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,236,149); }

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

background-color css

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

 a { background-color: rgb(82,236,149); }

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

border-color css

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

 span { border-color: rgb(82,236,149); }

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