#60BBBE

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

Shades of Fountain Blue #60BBBE

Tints of Fountain Blue #60BBBE

Color information

#60BBBE (or 0x60BBBE) is unknown color: approx Fountain Blue. HEX triplet: 60, BB and BE. RGB value is (96,187,190). Sum of RGB (Red+Green+Blue) = 96+187+190=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #60BBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BBBE is #9F4441. Grayscale: #A0A0A0. Windows color (decimal): -10437698 or 12499808. OLE color: 12499808.

HSL color Cylindrical-coordinate representation of color #60BBBE: hue angle of 181.91º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BBBE is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96187190-
CMYK0.490.0200.25
HSL181.91º41.96%56.08%-
HSV(B)181.91º49.47%74.51%-
XYZ31.8941.7555.09-
YUV160.13144.8582.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.30%
GREEN value IS 187 (73.44% from 255) = 39.53%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=20.30%
G=39.53%
B=40.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961871900.490.0200.25181.9141.9656.08
Hex60BBBE312019b62a38
Octal1402732766120312665270
Binary110000010111011101111101100011001100110110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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