#58e1a2

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

Shades of Medium Aquamarine #58E1A2

Tints of Medium Aquamarine #58E1A2

Color information

#58E1A2 (or 0x58E1A2) is unknown color: approx Medium Aquamarine. HEX triplet: 58, E1 and A2. RGB value is (88,225,162). Sum of RGB (Red+Green+Blue) = 88+225+162=475 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.53% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #58E1A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58E1A2 is #A71E5D. Grayscale: #B0B0B0. Windows color (decimal): -10952286 or 10674520. OLE color: 10674520.

HSL color Cylindrical-coordinate representation of color #58E1A2: hue angle of 152.41º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58E1A2 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB88225162-
CMYK0.6100.280.12
HSL152.41º69.54%61.37%-
HSV(B)152.41º60.89%88.24%-
XYZ37.4758.5343.51-
YUV176.86119.6164.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.53%
GREEN value IS 225 (88.28% from 255) = 47.37%
BLUE value IS 162 (63.67% from 255) = 34.11%
R=18.53%
G=47.37%
B=34.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal882251620.6100.280.12152.4169.5461.37
Hex58E1A23D01CC98463d
Octal130341242750341423010675
Binary101100011100001101000101111010111001100100110001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58e1a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58e1a2; }

 p { color: rgb(88,225,162); }

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

<style>
 a { background-color: #58e1a2; }

 a { background-color: rgb(88,225,162); }

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

<style>
 span { border-color: #58e1a2; }

 span { border-color: rgb(88,225,162); }

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