#52E99A

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

Shades of Medium Aquamarine #52E99A

Tints of Medium Aquamarine #52E99A

Color information

#52E99A (or 0x52E99A) is unknown color: approx Medium Aquamarine. HEX triplet: 52, E9 and 9A. RGB value is (82,233,154). Sum of RGB (Red+Green+Blue) = 82+233+154=469 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.48% from 469); Green value is 233 (91.41% from 255 or 49.68% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 233 - color contains mainly: green. Hex color #52E99A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E99A is #AD1665. Grayscale: #B3B3B3. Windows color (decimal): -11343462 or 10152274. OLE color: 10152274.

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

Color convert

RGB82233154-
CMYK0.6500.340.09
HSL148.61º77.44%61.76%-
HSV(B)148.61º64.81%91.37%-
XYZ38.4562.440.59-
YUV178.84113.9758.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.48%
GREEN value IS 233 (91.41% from 255) = 49.68%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=17.48%
G=49.68%
B=32.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal822331540.6500.340.09148.6177.4461.76
Hex52E99A410229954d3e
Octal1223512321010421122511576
Binary10100101110100110011010100000101000101001100101011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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