#58B4B3

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

Shades of Fountain Blue #58B4B3

Tints of Fountain Blue #58B4B3

Color information

#58B4B3 (or 0x58B4B3) is unknown color: approx Fountain Blue. HEX triplet: 58, B4 and B3. RGB value is (88,180,179). Sum of RGB (Red+Green+Blue) = 88+180+179=447 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.69% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #58B4B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B4B3 is #A74B4C. Grayscale: #989898. Windows color (decimal): -10963789 or 11777112. OLE color: 11777112.

HSL color Cylindrical-coordinate representation of color #58B4B3: hue angle of 179.35º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B4B3 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB88180179-
CMYK0.5100.010.29
HSL179.35º38.02%52.55%-
HSV(B)179.35º51.11%70.59%-
XYZ28.4837.9748.48-
YUV152.38143.0282.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.69%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 179 (70.31% from 255) = 40.04%
R=19.69%
G=40.27%
B=40.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881801790.5100.010.29179.3538.0252.55
Hex58B4B333011Db32635
Octal1302642636301352634665
Binary10110001011010010110011110011011110110110011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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