#58f696

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

Shades of Medium Aquamarine #58F696

Tints of Medium Aquamarine #58F696

Color information

#58F696 (or 0x58F696) is unknown color: approx Medium Aquamarine. HEX triplet: 58, F6 and 96. RGB value is (88,246,150). Sum of RGB (Red+Green+Blue) = 88+246+150=484 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.18% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #58F696 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58F696 is #A70969. Grayscale: #BCBCBC. Windows color (decimal): -10946922 or 9893464. OLE color: 9893464.

HSL color Cylindrical-coordinate representation of color #58F696: hue angle of 143.54º degrees, saturation: 0.9, 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 #58F696 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB88246150-
CMYK0.6400.390.04
HSL143.54º89.77%65.49%-
HSV(B)143.54º64.23%96.47%-
XYZ42.4970.1940.16-
YUV187.81106.6556.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.18%
GREEN value IS 246 (96.48% from 255) = 50.83%
BLUE value IS 150 (58.98% from 255) = 30.99%
R=18.18%
G=50.83%
B=30.99%

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
Decimal882461500.6400.390.04143.5489.7765.49
Hex58F696400274905a41
Octal1303662261000474220132101
Binary10110001111011010010110100000001001111001001000010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58f696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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