#58B0B0

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

Shades of Fountain Blue #58B0B0

Tints of Fountain Blue #58B0B0

Color information

#58B0B0 (or 0x58B0B0) is unknown color: approx Fountain Blue. HEX triplet: 58, B0 and B0. RGB value is (88,176,176). Sum of RGB (Red+Green+Blue) = 88+176+176=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 176 - color contains mainly: green, blue. Hex color #58B0B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58B0B0 is #A74F4F. Grayscale: #959595. Windows color (decimal): -10964816 or 11579480. OLE color: 11579480.

HSL color Cylindrical-coordinate representation of color #58B0B0: hue angle of 180º degrees, saturation: 0.36, 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 #58B0B0 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB88176176-
CMYK0.50000.31
HSL180º35.77%51.76%-
HSV(B)180º50%69.02%-
XYZ27.3936.2646.63-
YUV149.69142.8584-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20%
GREEN value IS 176 (69.14% from 255) = 40%
BLUE value IS 176 (69.14% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881761760.50000.3118035.7751.76
Hex58B0B032001Fb42434
Octal1302602606200372644464
Binary10110001011000010110000110010001111110110100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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