#58E5B2

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

Shades of Medium Aquamarine #58E5B2

Tints of Medium Aquamarine #58E5B2

Color information

#58E5B2 (or 0x58E5B2) is unknown color: approx Medium Aquamarine. HEX triplet: 58, E5 and B2. RGB value is (88,229,178). Sum of RGB (Red+Green+Blue) = 88+229+178=495 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.78% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #58E5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58E5B2 is #A71A4D. Grayscale: #B5B5B5. Windows color (decimal): -10951246 or 11724120. OLE color: 11724120.

HSL color Cylindrical-coordinate representation of color #58E5B2: hue angle of 158.3º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58E5B2 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB88229178-
CMYK0.6200.220.10
HSL158.3º73.06%62.16%-
HSV(B)158.3º61.57%89.8%-
XYZ40.0861.3351.84-
YUV181.03126.2961.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.78%
GREEN value IS 229 (89.84% from 255) = 46.26%
BLUE value IS 178 (69.92% from 255) = 35.96%
R=17.78%
G=46.26%
B=35.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal882291780.6200.220.10158.373.0662.16
Hex58E5B23E016A9e493e
Octal130345262760261223611176
Binary101100011100101101100101111100101101010100111101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58E5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,229,178); }

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

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

 a { background-color: rgb(88,229,178); }

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

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

 span { border-color: rgb(88,229,178); }

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