#58BAB4

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

Shades of Fountain Blue #58BAB4

Tints of Fountain Blue #58BAB4

Color information

#58BAB4 (or 0x58BAB4) is unknown color: approx Fountain Blue. HEX triplet: 58, BA and B4. RGB value is (88,186,180). Sum of RGB (Red+Green+Blue) = 88+186+180=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #58BAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BAB4 is #A7454B. Grayscale: #9B9B9B. Windows color (decimal): -10962252 or 11844184. OLE color: 11844184.

HSL color Cylindrical-coordinate representation of color #58BAB4: hue angle of 176.33º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BAB4 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB88186180-
CMYK0.5300.030.27
HSL176.33º41.53%53.73%-
HSV(B)176.33º52.69%72.94%-
XYZ29.8240.4949.42-
YUV156.01141.5379.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.38%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 180 (70.70% from 255) = 39.65%
R=19.38%
G=40.97%
B=39.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881861800.5300.030.27176.3341.5353.73
Hex58BAB435031Bb02a36
Octal1302722646503332605266
Binary101100010111010101101001101010111101110110000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,186,180); }

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

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

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

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

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

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

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