Shades of Fountain Blue #60BFBE
Tints of Fountain Blue #60BFBE
RGB
CMYK
RGB Variations
Color information
#60BFBE (or 0x60BFBE) is known color: Fountain Blue. HEX triplet: 60, BF and BE. RGB value is (96,191,190). Sum of RGB (Red+Green+Blue) = 96+191+190=477 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.13% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #60BFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BFBE is #9F4041. Grayscale: #A2A2A2. Windows color (decimal): -10436674 or 12500832. OLE color: 12500832.
HSL color Cylindrical-coordinate representation of color #60BFBE: hue angle of 179.37º 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 #60BFBE is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 190 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.25 |
| HSL | 179.37º | 0.43% | 0.56% | - |
| HSV(B) | 179.37º | 0.5% | 0.75% | - |
| XYZ | 32.75 | 43.47 | 55.38 | - |
| YUV | 162.48 | 143.53 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 190 | 0.50 | 0 | 0.01 | 0.25 | 179.37 | 0.43 | 0.56 |
| Hex | 60 | BF | BE | 32 | 0 | 1 | 19 | B3 | 2B | 38 |
| Octal | 140 | 277 | 276 | 62 | 0 | 1 | 31 | 263 | 53 | 70 |
| Binary | 1100000 | 10111111 | 10111110 | 110010 | 0 | 1 | 11001 | 10110011 | 101011 | 111000 |
Color Harmonies of #60BFBE
Complementary color
Monochromatic Colors of #60BFBE
Black with #60BFBE
Text Example
Text Example
White with #60BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFBE; }
p { color: rgb(96,191,190); }
H1.HeaderClassName
{
color: #60BFBE;
}
.AnyTagClassName
{
color: #60BFBE;
}
</style>
background-color css
<style>
a { background-color: #60BFBE; }
a { background-color: rgb(96,191,190); }
div.DivClassName
{
background-color: #60BFBE;
}
.BgClassName
{
background-color: #60BFBE;
}
</style>
border-color css
<style>
span { border-color: #60BFBE; }
span { border-color: rgb(96,191,190); }
td.TdClassName
{
border-color: #60BFBE;
}
.TagClassName
{
border-color: #60BFBE;
}
</style>