#58BCB7

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

Shades of Fountain Blue #58BCB7

Tints of Fountain Blue #58BCB7

Color information

#58BCB7 (or 0x58BCB7) is unknown color: approx Fountain Blue. HEX triplet: 58, BC and B7. RGB value is (88,188,183). Sum of RGB (Red+Green+Blue) = 88+188+183=459 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.17% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #58BCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BCB7 is #A74348. Grayscale: #9D9D9D. Windows color (decimal): -10961737 or 12041304. OLE color: 12041304.

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

Color convert

RGB88188183-
CMYK0.5300.030.26
HSL177º42.74%54.12%-
HSV(B)177º53.19%73.73%-
XYZ30.5541.4651.19-
YUV157.53142.3778.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.17%
GREEN value IS 188 (73.83% from 255) = 40.96%
BLUE value IS 183 (71.88% from 255) = 39.87%
R=19.17%
G=40.96%
B=39.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881881830.5300.030.2617742.7454.12
Hex58BCB735031Ab12b36
Octal1302742676503322615366
Binary101100010111100101101111101010111101010110001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,188,183); }

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

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

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

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

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

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

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