#58ACAC

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

Shades of Fountain Blue #58ACAC

Tints of Fountain Blue #58ACAC

Color information

#58ACAC (or 0x58ACAC) is unknown color: approx Fountain Blue. HEX triplet: 58, AC and AC. RGB value is (88,172,172). Sum of RGB (Red+Green+Blue) = 88+172+172=432 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.37% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #58ACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58ACAC is #A75353. Grayscale: #929292. Windows color (decimal): -10965844 or 11316312. OLE color: 11316312.

HSL color Cylindrical-coordinate representation of color #58ACAC: hue angle of 180º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58ACAC is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB88172172-
CMYK0.49000.33
HSL180º33.6%50.98%-
HSV(B)180º48.84%67.45%-
XYZ26.2234.5644.32-
YUV146.88142.1786-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.37%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=20.37%
G=39.81%
B=39.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881721720.49000.3318033.650.98
Hex58ACAC310021b42233
Octal1302542546100412644263
Binary101100010101100101011001100010010000110110100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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