#58EDB2

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

Shades of Medium Aquamarine #58EDB2

Tints of Medium Aquamarine #58EDB2

Color information

#58EDB2 (or 0x58EDB2) is unknown color: approx Medium Aquamarine. HEX triplet: 58, ED and B2. RGB value is (88,237,178). Sum of RGB (Red+Green+Blue) = 88+237+178=503 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.50% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #58EDB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58EDB2 is #A7124D. Grayscale: #B9B9B9. Windows color (decimal): -10949198 or 11726168. OLE color: 11726168.

HSL color Cylindrical-coordinate representation of color #58EDB2: hue angle of 156.24º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58EDB2 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB88237178-
CMYK0.6300.250.07
HSL156.24º80.54%63.73%-
HSV(B)156.24º62.87%92.94%-
XYZ42.3465.8652.6-
YUV185.72123.6458.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.50%
GREEN value IS 237 (92.97% from 255) = 47.12%
BLUE value IS 178 (69.92% from 255) = 35.39%
R=17.50%
G=47.12%
B=35.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal882371780.6300.250.07156.2480.5463.73
Hex58EDB23F01979c5140
Octal130355262770317234121100
Binary101100011101101101100101111110110011111001110010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58EDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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