Html Css Color HEX #52EE99 Medium Aquamarine

📋 copy color: '#52EE99'

red 82 ◦ green 238 ◦ blue 153

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

Shades of Medium Aquamarine #52EE99

Tints of Medium Aquamarine #52EE99

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.32%

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

R = 17.34%
G = 50.32%
B = 32.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#52EE99 (or 0x52EE99) is known color: Medium Aquamarine. HEX triplet: 52, EE and 99. RGB value is (82,238,153). Sum of RGB (Red+Green+Blue) = 82+238+153=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 238 (93.36% from 255 or 50.32% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 238 - color contains mainly: green. Hex color #52EE99 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EE99 is #AD1166. Grayscale: #B5B5B5. Windows color (decimal): -11342183 or 10088018. OLE color: 10088018.

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

Color convert

RGB 82 238 153 -
CMYK 0.66 0 0.36 0.07
HSL 147.31º 0.82% 0.63% -
HSV(B) 147.31º 0.66% 0.93% -
XYZ 39.8 65.24 40.63 -
YUV 181.67 111.82 56.91 -
System Red Green Blue C M Y K H S L
Decimal 82 238 153 0.66 0 0.36 0.07 147.31 0.82 0.63
Hex 52 EE 99 42 0 24 7 93 52 3F
Octal 122 356 231 102 0 44 7 223 122 77
Binary 1010010 11101110 10011001 1000010 0 100100 111 10010011 1010010 111111

Color Harmonies of #52EE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EE99

Black with #52EE99

Text Example


Text Example

White with #52EE99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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