Html Css Color HEX #52EC99 Medium Aquamarine

📋 copy color: '#52EC99'

red 82 ◦ green 236 ◦ blue 153

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

Shades of Medium Aquamarine #52EC99

Tints of Medium Aquamarine #52EC99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.48%

R = 17.41%
G = 50.11%
B = 32.48%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#52EC99 (or 0x52EC99) is known color: Medium Aquamarine. HEX triplet: 52, EC and 99. RGB value is (82,236,153). Sum of RGB (Red+Green+Blue) = 82+236+153=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC99 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EC99 is #AD1366. Grayscale: #B4B4B4. Windows color (decimal): -11342695 or 10087506. OLE color: 10087506.

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

Color convert

RGB 82 236 153 -
CMYK 0.65 0 0.35 0.07
HSL 147.66º 0.8% 0.62% -
HSV(B) 147.66º 0.65% 0.93% -
XYZ 39.22 64.08 40.44 -
YUV 180.49 112.48 57.75 -
System Red Green Blue C M Y K H S L
Decimal 82 236 153 0.65 0 0.35 0.07 147.66 0.8 0.62
Hex 52 EC 99 41 0 23 7 94 50 3E
Octal 122 354 231 101 0 43 7 224 120 76
Binary 1010010 11101100 10011001 1000001 0 100011 111 10010100 1010000 111110

Color Harmonies of #52EC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EC99

Black with #52EC99

Text Example


Text Example

White with #52EC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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