#60BCBB

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

Shades of Fountain Blue #60BCBB

Tints of Fountain Blue #60BCBB

Color information

#60BCBB (or 0x60BCBB) is unknown color: approx Fountain Blue. HEX triplet: 60, BC and BB. RGB value is (96,188,187). Sum of RGB (Red+Green+Blue) = 96+188+187=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #60BCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCBB is #9F4344. Grayscale: #A0A0A0. Windows color (decimal): -10437445 or 12303456. OLE color: 12303456.

HSL color Cylindrical-coordinate representation of color #60BCBB: hue angle of 179.35º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BCBB is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB96188187-
CMYK0.4900.010.26
HSL179.35º40.71%55.69%-
HSV(B)179.35º48.94%73.73%-
XYZ31.7842.0453.45-
YUV160.38143.0282.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.38%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 187 (73.44% from 255) = 39.70%
R=20.38%
G=39.92%
B=39.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961881870.4900.010.26179.3540.7155.69
Hex60BCBB31011Ab32938
Octal1402742736101322635170
Binary11000001011110010111011110001011101010110011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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