#60BABF

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

Shades of Fountain Blue #60BABF

Tints of Fountain Blue #60BABF

Color information

#60BABF (or 0x60BABF) is unknown color: approx Fountain Blue. HEX triplet: 60, BA and BF. RGB value is (96,186,191). Sum of RGB (Red+Green+Blue) = 96+186+191=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #60BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BABF is #9F4540. Grayscale: #9F9F9F. Windows color (decimal): -10437953 or 12565088. OLE color: 12565088.

HSL color Cylindrical-coordinate representation of color #60BABF: hue angle of 183.16º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BABF is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96186191-
CMYK0.500.0300.25
HSL183.16º42.6%56.27%-
HSV(B)183.16º49.74%74.9%-
XYZ31.7941.3755.6-
YUV159.66145.6882.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.30%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 191 (75% from 255) = 40.38%
R=20.30%
G=39.32%
B=40.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961861910.500.0300.25183.1642.656.27
Hex60BABF323019b72b38
Octal1402722776230312675370
Binary110000010111010101111111100101101100110110111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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