Html Css Color HEX #52E096 Medium Aquamarine

📋 copy color: '#52E096'

red 82 ◦ green 224 ◦ blue 150

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

Shades of Medium Aquamarine #52E096

Tints of Medium Aquamarine #52E096

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.12%

 BLUE value IS 150 (58.98% from 255) = 32.89%

R = 17.98%
G = 49.12%
B = 32.89%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#52E096 (or 0x52E096) is known color: Medium Aquamarine. HEX triplet: 52, E0 and 96. RGB value is (82,224,150). Sum of RGB (Red+Green+Blue) = 82+224+150=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #52E096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E096 is #AD1F69. Grayscale: #ADADAD. Windows color (decimal): -11345770 or 9887826. OLE color: 9887826.

HSL color Cylindrical-coordinate representation of color #52E096: hue angle of 148.73º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52E096 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 224 150 -
CMYK 0.63 0 0.33 0.12
HSL 148.73º 0.7% 0.6% -
HSV(B) 148.73º 0.63% 0.88% -
XYZ 35.64 57.31 38.04 -
YUV 173.11 114.96 63.02 -
System Red Green Blue C M Y K H S L
Decimal 82 224 150 0.63 0 0.33 0.12 148.73 0.7 0.6
Hex 52 E0 96 3F 0 21 C 95 46 3C
Octal 122 340 226 77 0 41 14 225 106 74
Binary 1010010 11100000 10010110 111111 0 100001 1100 10010101 1000110 111100

Color Harmonies of #52E096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E096

Black with #52E096

Text Example


Text Example

White with #52E096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,224,150); }

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

background-color css

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

 a { background-color: rgb(82,224,150); }

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

border-color css

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

 span { border-color: rgb(82,224,150); }

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