#58F896

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

Shades of Medium Aquamarine #58F896

Tints of Medium Aquamarine #58F896

Color information

#58F896 (or 0x58F896) is unknown color: approx Medium Aquamarine. HEX triplet: 58, F8 and 96. RGB value is (88,248,150). Sum of RGB (Red+Green+Blue) = 88+248+150=486 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.11% from 486); Green value is 248 (97.27% from 255 or 51.03% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 248 - color contains mainly: green. Hex color #58F896 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58F896 is #A70769. Grayscale: #BDBDBD. Windows color (decimal): -10946410 or 9893976. OLE color: 9893976.

HSL color Cylindrical-coordinate representation of color #58F896: hue angle of 143.25º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58F896 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB88248150-
CMYK0.6500.400.03
HSL143.25º91.95%65.88%-
HSV(B)143.25º64.52%97.25%-
XYZ43.171.4140.37-
YUV188.99105.9955.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.11%
GREEN value IS 248 (97.27% from 255) = 51.03%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=18.11%
G=51.03%
B=30.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal882481500.6500.400.03143.2591.9565.88
Hex58F8964102838f5c42
Octal1303702261010503217134102
Binary1011000111110001001011010000010101000111000111110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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