#60B0BA

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

Shades of Fountain Blue #60B0BA

Tints of Fountain Blue #60B0BA

Color information

#60B0BA (or 0x60B0BA) is unknown color: approx Fountain Blue. HEX triplet: 60, B0 and BA. RGB value is (96,176,186). Sum of RGB (Red+Green+Blue) = 96+176+186=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #60B0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B0BA is #9F4F45. Grayscale: #999999. Windows color (decimal): -10440518 or 12234848. OLE color: 12234848.

HSL color Cylindrical-coordinate representation of color #60B0BA: hue angle of 186.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B0BA is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96176186-
CMYK0.480.0500.27
HSL186.67º39.47%55.29%-
HSV(B)186.67º48.39%72.94%-
XYZ29.2137.0852.07-
YUV153.22146.587.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.96%
GREEN value IS 176 (69.14% from 255) = 38.43%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=20.96%
G=38.43%
B=40.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961761860.480.0500.27186.6739.4755.29
Hex60B0BA30501Bbb2737
Octal1402602726050332734767
Binary1100000101100001011101011000010101101110111011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60B0BA; }

 p { color: rgb(96,176,186); }

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

<style>
 a { background-color: #60B0BA; }

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

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

<style>
 span { border-color: #60B0BA; }

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

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