#60BAB9

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

Shades of Fountain Blue #60BAB9

Tints of Fountain Blue #60BAB9

Color information

#60BAB9 (or 0x60BAB9) is unknown color: approx Fountain Blue. HEX triplet: 60, BA and B9. RGB value is (96,186,185). Sum of RGB (Red+Green+Blue) = 96+186+185=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #60BAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BAB9 is #9F4546. Grayscale: #9E9E9E. Windows color (decimal): -10437959 or 12171872. OLE color: 12171872.

HSL color Cylindrical-coordinate representation of color #60BAB9: hue angle of 179.33º 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 #60BAB9 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB96186185-
CMYK0.4800.010.27
HSL179.33º39.47%55.29%-
HSV(B)179.33º48.39%72.94%-
XYZ31.1441.1152.19-
YUV158.98142.6883.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.56%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 185 (72.66% from 255) = 39.61%
R=20.56%
G=39.83%
B=39.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961861850.4800.010.27179.3339.4755.29
Hex60BAB930011Bb32737
Octal1402722716001332634767
Binary11000001011101010111001110000011101110110011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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