Html Css Color HEX #52EE9A Medium Aquamarine

📋 copy color: '#52EE9A'

red 82 ◦ green 238 ◦ blue 154

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

Shades of Medium Aquamarine #52EE9A

Tints of Medium Aquamarine #52EE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.49%

R = 17.3%
G = 50.21%
B = 32.49%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#52EE9A (or 0x52EE9A) is known color: Medium Aquamarine. HEX triplet: 52, EE and 9A. RGB value is (82,238,154). Sum of RGB (Red+Green+Blue) = 82+238+154=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #52EE9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EE9A is #AD1165. Grayscale: #B5B5B5. Windows color (decimal): -11342182 or 10153554. OLE color: 10153554.

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

Color convert

RGB 82 238 154 -
CMYK 0.66 0 0.35 0.07
HSL 147.69º 0.82% 0.63% -
HSV(B) 147.69º 0.66% 0.93% -
XYZ 39.89 65.28 41.07 -
YUV 181.78 112.32 56.83 -
System Red Green Blue C M Y K H S L
Decimal 82 238 154 0.66 0 0.35 0.07 147.69 0.82 0.63
Hex 52 EE 9A 42 0 23 7 94 52 3F
Octal 122 356 232 102 0 43 7 224 122 77
Binary 1010010 11101110 10011010 1000010 0 100011 111 10010100 1010010 111111

Color Harmonies of #52EE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EE9A

Black with #52EE9A

Text Example


Text Example

White with #52EE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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