#58F496

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

Shades of Medium Aquamarine #58F496

Tints of Medium Aquamarine #58F496

Color information

#58F496 (or 0x58F496) is unknown color: approx Medium Aquamarine. HEX triplet: 58, F4 and 96. RGB value is (88,244,150). Sum of RGB (Red+Green+Blue) = 88+244+150=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #58F496 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58F496 is #A70B69. Grayscale: #BABABA. Windows color (decimal): -10947434 or 9892952. OLE color: 9892952.

HSL color Cylindrical-coordinate representation of color #58F496: hue angle of 143.85º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F496 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB88244150-
CMYK0.6400.390.04
HSL143.85º87.64%65.1%-
HSV(B)143.85º63.93%95.69%-
XYZ41.8868.9839.96-
YUV186.64107.3257.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.26%
GREEN value IS 244 (95.70% from 255) = 50.62%
BLUE value IS 150 (58.98% from 255) = 31.12%
R=18.26%
G=50.62%
B=31.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal882441500.6400.390.04143.8587.6465.1
Hex58F496400274905841
Octal1303642261000474220130101
Binary10110001111010010010110100000001001111001001000010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,244,150); }

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

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

 a { background-color: rgb(88,244,150); }

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

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

 span { border-color: rgb(88,244,150); }

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