Shades of Fountain Blue #60BDBF
Tints of Fountain Blue #60BDBF
RGB
CMYK
RGB Variations
Color information
#60BDBF (or 0x60BDBF) is known color: Fountain Blue. HEX triplet: 60, BD and BF. RGB value is (96,189,191). Sum of RGB (Red+Green+Blue) = 96+189+191=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #60BDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDBF is #9F4240. Grayscale: #A1A1A1. Windows color (decimal): -10437185 or 12565856. OLE color: 12565856.
HSL color Cylindrical-coordinate representation of color #60BDBF: hue angle of 181.26º 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 #60BDBF is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 189 | 191 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.25 |
| HSL | 181.26º | 0.43% | 0.56% | - |
| HSV(B) | 181.26º | 0.5% | 0.75% | - |
| XYZ | 32.43 | 42.64 | 55.81 | - |
| YUV | 161.42 | 144.69 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 191 | 0.50 | 0.01 | 0 | 0.25 | 181.26 | 0.43 | 0.56 |
| Hex | 60 | BD | BF | 32 | 1 | 0 | 19 | B5 | 2B | 38 |
| Octal | 140 | 275 | 277 | 62 | 1 | 0 | 31 | 265 | 53 | 70 |
| Binary | 1100000 | 10111101 | 10111111 | 110010 | 1 | 0 | 11001 | 10110101 | 101011 | 111000 |
Color Harmonies of #60BDBF
Complementary color
Monochromatic Colors of #60BDBF
Black with #60BDBF
Text Example
Text Example
White with #60BDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BDBF; }
p { color: rgb(96,189,191); }
H1.HeaderClassName
{
color: #60BDBF;
}
.AnyTagClassName
{
color: #60BDBF;
}
</style>
background-color css
<style>
a { background-color: #60BDBF; }
a { background-color: rgb(96,189,191); }
div.DivClassName
{
background-color: #60BDBF;
}
.BgClassName
{
background-color: #60BDBF;
}
</style>
border-color css
<style>
span { border-color: #60BDBF; }
span { border-color: rgb(96,189,191); }
td.TdClassName
{
border-color: #60BDBF;
}
.TagClassName
{
border-color: #60BDBF;
}
</style>