#60BFBB

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

Shades of Fountain Blue #60BFBB

Tints of Fountain Blue #60BFBB

Color information

#60BFBB (or 0x60BFBB) is unknown color: approx Fountain Blue. HEX triplet: 60, BF and BB. RGB value is (96,191,187). Sum of RGB (Red+Green+Blue) = 96+191+187=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #60BFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BFBB is #9F4044. Grayscale: #A2A2A2. Windows color (decimal): -10436677 or 12304224. OLE color: 12304224.

HSL color Cylindrical-coordinate representation of color #60BFBB: hue angle of 177.47º 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 #60BFBB is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB96191187-
CMYK0.5000.020.25
HSL177.47º42.6%56.27%-
HSV(B)177.47º49.74%74.9%-
XYZ32.4243.3453.67-
YUV162.14142.0380.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.25%
GREEN value IS 191 (75% from 255) = 40.30%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=20.25%
G=40.30%
B=39.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961911870.5000.020.25177.4742.656.27
Hex60BFBB320219b12b38
Octal1402772736202312615370
Binary110000010111111101110111100100101100110110001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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