Html Css Color HEX #52E997 Medium Aquamarine

📋 copy color: '#52E997'

red 82 ◦ green 233 ◦ blue 151

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

Shades of Medium Aquamarine #52E997

Tints of Medium Aquamarine #52E997

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50%

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

R = 17.6%
G = 50%
B = 32.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#52E997 (or 0x52E997) is known color: Medium Aquamarine. HEX triplet: 52, E9 and 97. RGB value is (82,233,151). Sum of RGB (Red+Green+Blue) = 82+233+151=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 233 (91.41% from 255 or 50% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 233 - color contains mainly: green. Hex color #52E997 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E997 is #AD1668. Grayscale: #B2B2B2. Windows color (decimal): -11343465 or 9955666. OLE color: 9955666.

HSL color Cylindrical-coordinate representation of color #52E997: hue angle of 147.42º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E997 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 233 151 -
CMYK 0.65 0 0.35 0.09
HSL 147.42º 0.77% 0.62% -
HSV(B) 147.42º 0.65% 0.91% -
XYZ 38.2 62.31 39.29 -
YUV 178.5 112.47 59.17 -
System Red Green Blue C M Y K H S L
Decimal 82 233 151 0.65 0 0.35 0.09 147.42 0.77 0.62
Hex 52 E9 97 41 0 23 9 93 4D 3E
Octal 122 351 227 101 0 43 11 223 115 76
Binary 1010010 11101001 10010111 1000001 0 100011 1001 10010011 1001101 111110

Color Harmonies of #52E997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E997

Black with #52E997

Text Example


Text Example

White with #52E997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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