Html Css Color HEX #52E297 Medium Aquamarine

📋 copy color: '#52E297'

red 82 ◦ green 226 ◦ blue 151

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

Shades of Medium Aquamarine #52E297

Tints of Medium Aquamarine #52E297

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.24%

 BLUE value IS 151 (59.38% from 255) = 32.9%

R = 17.86%
G = 49.24%
B = 32.9%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#52E297 (or 0x52E297) is known color: Medium Aquamarine. HEX triplet: 52, E2 and 97. RGB value is (82,226,151). Sum of RGB (Red+Green+Blue) = 82+226+151=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 226 (88.67% from 255 or 49.24% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 226 - color contains mainly: green. Hex color #52E297 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E297 is #AD1D68. Grayscale: #AEAEAE. Windows color (decimal): -11345257 or 9953874. OLE color: 9953874.

HSL color Cylindrical-coordinate representation of color #52E297: hue angle of 148.75º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E297 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 226 151 -
CMYK 0.64 0 0.33 0.11
HSL 148.75º 0.71% 0.6% -
HSV(B) 148.75º 0.64% 0.89% -
XYZ 36.26 58.42 38.64 -
YUV 174.39 114.79 62.1 -
System Red Green Blue C M Y K H S L
Decimal 82 226 151 0.64 0 0.33 0.11 148.75 0.71 0.6
Hex 52 E2 97 40 0 21 B 95 47 3C
Octal 122 342 227 100 0 41 13 225 107 74
Binary 1010010 11100010 10010111 1000000 0 100001 1011 10010101 1000111 111100

Color Harmonies of #52E297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E297

Black with #52E297

Text Example


Text Example

White with #52E297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,226,151); }

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

background-color css

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

 a { background-color: rgb(82,226,151); }

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

border-color css

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

 span { border-color: rgb(82,226,151); }

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