Html Css Color HEX #52EC9A Medium Aquamarine

📋 copy color: '#52EC9A'

red 82 ◦ green 236 ◦ blue 154

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

Shades of Medium Aquamarine #52EC9A

Tints of Medium Aquamarine #52EC9A

RGB

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

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

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

R = 17.37%
G = 50%
B = 32.63%

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

#52EC9A (or 0x52EC9A) is known color: Medium Aquamarine. HEX triplet: 52, EC and 9A. RGB value is (82,236,154). Sum of RGB (Red+Green+Blue) = 82+236+154=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EC9A is #AD1365. Grayscale: #B4B4B4. Windows color (decimal): -11342694 or 10153042. OLE color: 10153042.

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

Color convert

RGB 82 236 154 -
CMYK 0.65 0 0.35 0.07
HSL 148.05º 0.8% 0.62% -
HSV(B) 148.05º 0.65% 0.93% -
XYZ 39.31 64.12 40.88 -
YUV 180.61 112.98 57.67 -
System Red Green Blue C M Y K H S L
Decimal 82 236 154 0.65 0 0.35 0.07 148.05 0.8 0.62
Hex 52 EC 9A 41 0 23 7 94 50 3E
Octal 122 354 232 101 0 43 7 224 120 76
Binary 1010010 11101100 10011010 1000001 0 100011 111 10010100 1010000 111110

Color Harmonies of #52EC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EC9A

Black with #52EC9A

Text Example


Text Example

White with #52EC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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