#58FBAB

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

Shades of Medium Aquamarine #58FBAB

Tints of Medium Aquamarine #58FBAB

Color information

#58FBAB (or 0x58FBAB) is unknown color: approx Medium Aquamarine. HEX triplet: 58, FB and AB. RGB value is (88,251,171). Sum of RGB (Red+Green+Blue) = 88+251+171=510 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.25% from 510); Green value is 251 (98.44% from 255 or 49.22% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 251 - color contains mainly: green. Hex color #58FBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58FBAB is #A70454. Grayscale: #C1C1C1. Windows color (decimal): -10945621 or 11271000. OLE color: 11271000.

HSL color Cylindrical-coordinate representation of color #58FBAB: hue angle of 150.55º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FBAB is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB88251171-
CMYK0.6500.320.02
HSL150.55º95.32%66.47%-
HSV(B)150.55º64.94%98.43%-
XYZ45.8774.0150.4-
YUV193.14115.553-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.25%
GREEN value IS 251 (98.44% from 255) = 49.22%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=17.25%
G=49.22%
B=33.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal882511710.6500.320.02150.5595.3266.47
Hex58FBAB410202975f42
Octal1303732531010402227137102
Binary1011000111110111010101110000010100000101001011110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58FBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,251,171); }

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

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

 a { background-color: rgb(88,251,171); }

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

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

 span { border-color: rgb(88,251,171); }

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