Html Css Color HEX #52EE9F Medium Aquamarine

📋 copy color: '#52EE9F'

red 82 ◦ green 238 ◦ blue 159

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

Shades of Medium Aquamarine #52EE9F

Tints of Medium Aquamarine #52EE9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.19%

R = 17.12%
G = 49.69%
B = 33.19%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#52EE9F (or 0x52EE9F) is known color: Medium Aquamarine. HEX triplet: 52, EE and 9F. RGB value is (82,238,159). Sum of RGB (Red+Green+Blue) = 82+238+159=479 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.12% from 479); Green value is 238 (93.36% from 255 or 49.69% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 238 - color contains mainly: green. Hex color #52EE9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EE9F is #AD1160. Grayscale: #B6B6B6. Windows color (decimal): -11342177 or 10481234. OLE color: 10481234.

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

Color convert

RGB 82 238 159 -
CMYK 0.66 0 0.33 0.07
HSL 149.62º 0.82% 0.63% -
HSV(B) 149.62º 0.66% 0.93% -
XYZ 40.31 65.45 43.31 -
YUV 182.35 114.82 56.42 -
System Red Green Blue C M Y K H S L
Decimal 82 238 159 0.66 0 0.33 0.07 149.62 0.82 0.63
Hex 52 EE 9F 42 0 21 7 96 52 3F
Octal 122 356 237 102 0 41 7 226 122 77
Binary 1010010 11101110 10011111 1000010 0 100001 111 10010110 1010010 111111

Color Harmonies of #52EE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EE9F

Black with #52EE9F

Text Example


Text Example

White with #52EE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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