#58F5B2

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

Shades of Medium Aquamarine #58F5B2

Tints of Medium Aquamarine #58F5B2

Color information

#58F5B2 (or 0x58F5B2) is unknown color: approx Medium Aquamarine. HEX triplet: 58, F5 and B2. RGB value is (88,245,178). Sum of RGB (Red+Green+Blue) = 88+245+178=511 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.22% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #58F5B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58F5B2 is #A70A4D. Grayscale: #BEBEBE. Windows color (decimal): -10947150 or 11728216. OLE color: 11728216.

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

Color convert

RGB88245178-
CMYK0.6400.270.04
HSL154.39º88.7%65.29%-
HSV(B)154.39º64.08%96.08%-
XYZ44.7170.5953.39-
YUV190.42120.9954.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.22%
GREEN value IS 245 (96.09% from 255) = 47.95%
BLUE value IS 178 (69.92% from 255) = 34.83%
R=17.22%
G=47.95%
B=34.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal882451780.6400.270.04154.3988.765.29
Hex58F5B24001B49a5941
Octal1303652621000334232131101
Binary1011000111101011011001010000000110111001001101010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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