#60BDBB

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

Shades of Fountain Blue #60BDBB

Tints of Fountain Blue #60BDBB

Color information

#60BDBB (or 0x60BDBB) is unknown color: approx Fountain Blue. HEX triplet: 60, BD and BB. RGB value is (96,189,187). Sum of RGB (Red+Green+Blue) = 96+189+187=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #60BDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDBB is #9F4244. Grayscale: #A0A0A0. Windows color (decimal): -10437189 or 12303712. OLE color: 12303712.

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

Color convert

RGB96189187-
CMYK0.4900.010.26
HSL178.71º41.33%55.88%-
HSV(B)178.71º49.21%74.12%-
XYZ31.9942.4753.53-
YUV160.96142.6981.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.34%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 187 (73.44% from 255) = 39.62%
R=20.34%
G=40.04%
B=39.62%

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
Decimal961891870.4900.010.26178.7141.3355.88
Hex60BDBB31011Ab32938
Octal1402752736101322635170
Binary11000001011110110111011110001011101010110011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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