#52EA97

Color #52EA97 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #52EA97

Tints of Medium Aquamarine #52EA97

Color information

#52EA97 (or 0x52EA97) is unknown color: approx Medium Aquamarine. HEX triplet: 52, EA and 97. RGB value is (82,234,151). Sum of RGB (Red+Green+Blue) = 82+234+151=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #52EA97 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EA97 is #AD1568. Grayscale: #B3B3B3. Windows color (decimal): -11343209 or 9955922. OLE color: 9955922.

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

Color convert

RGB82234151-
CMYK0.6500.350.08
HSL147.24º78.35%61.96%-
HSV(B)147.24º64.96%91.76%-
XYZ38.4962.8739.39-
YUV179.09112.1458.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.56%
GREEN value IS 234 (91.80% from 255) = 50.11%
BLUE value IS 151 (59.38% from 255) = 32.33%
R=17.56%
G=50.11%
B=32.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal822341510.6500.350.08147.2478.3561.96
Hex52EA97410238934e3e
Octal1223522271010431022311676
Binary10100101110101010010111100000101000111000100100111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52EA97;
 }
 .AnyTagClassName
 {
   color: #52EA97;
 }
</style>
background-color css

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

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

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

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

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

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