#58ACAD

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

Shades of Fountain Blue #58ACAD

Tints of Fountain Blue #58ACAD

Color information

#58ACAD (or 0x58ACAD) is unknown color: approx Fountain Blue. HEX triplet: 58, AC and AD. RGB value is (88,172,173). Sum of RGB (Red+Green+Blue) = 88+172+173=433 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.32% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #58ACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58ACAD is #A75352. Grayscale: #929292. Windows color (decimal): -10965843 or 11381848. OLE color: 11381848.

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

Color convert

RGB88172173-
CMYK0.490.0100.32
HSL180.71º34.14%51.18%-
HSV(B)180.71º49.13%67.84%-
XYZ26.3234.644.83-
YUV147142.6785.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.32%
GREEN value IS 172 (67.58% from 255) = 39.72%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=20.32%
G=39.72%
B=39.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881721730.490.0100.32180.7134.1451.18
Hex58ACAD311020b52233
Octal1302542556110402654263
Binary101100010101100101011011100011010000010110101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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