#58AFAC

Color #58AFAC Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #58AFAC

Tints of Fountain Blue #58AFAC

Color information

#58AFAC (or 0x58AFAC) is unknown color: approx Fountain Blue. HEX triplet: 58, AF and AC. RGB value is (88,175,172). Sum of RGB (Red+Green+Blue) = 88+175+172=435 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.23% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #58AFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AFAC is #A75053. Grayscale: #949494. Windows color (decimal): -10965076 or 11317080. OLE color: 11317080.

HSL color Cylindrical-coordinate representation of color #58AFAC: hue angle of 177.93º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58AFAC is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB88175172-
CMYK0.5000.020.31
HSL177.93º35.22%51.57%-
HSV(B)177.93º49.71%68.63%-
XYZ26.835.7144.51-
YUV148.64141.1884.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.23%
GREEN value IS 175 (68.75% from 255) = 40.23%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=20.23%
G=40.23%
B=39.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881751720.5000.020.31177.9335.2251.57
Hex58AFAC32021Fb22334
Octal1302572546202372624364
Binary101100010101111101011001100100101111110110010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,175,172); }

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

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

 a { background-color: rgb(88,175,172); }

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

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

 span { border-color: rgb(88,175,172); }

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