Shades of Fountain Blue #60BDBE
Tints of Fountain Blue #60BDBE
RGB
CMYK
RGB Variations
Color information
#60BDBE (or 0x60BDBE) is known color: Fountain Blue. HEX triplet: 60, BD and BE. RGB value is (96,189,190). Sum of RGB (Red+Green+Blue) = 96+189+190=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #60BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDBE is #9F4241. Grayscale: #A1A1A1. Windows color (decimal): -10437186 or 12500320. OLE color: 12500320.
HSL color Cylindrical-coordinate representation of color #60BDBE: hue angle of 180.64º 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 #60BDBE is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 189 | 190 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.25 |
| HSL | 180.64º | 0.42% | 0.56% | - |
| HSV(B) | 180.64º | 0.49% | 0.75% | - |
| XYZ | 32.32 | 42.6 | 55.23 | - |
| YUV | 161.31 | 144.19 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 190 | 0.49 | 0.01 | 0 | 0.25 | 180.64 | 0.42 | 0.56 |
| Hex | 60 | BD | BE | 31 | 1 | 0 | 19 | B5 | 2A | 38 |
| Octal | 140 | 275 | 276 | 61 | 1 | 0 | 31 | 265 | 52 | 70 |
| Binary | 1100000 | 10111101 | 10111110 | 110001 | 1 | 0 | 11001 | 10110101 | 101010 | 111000 |
Color Harmonies of #60BDBE
Complementary color
Monochromatic Colors of #60BDBE
Black with #60BDBE
Text Example
Text Example
White with #60BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BDBE; }
p { color: rgb(96,189,190); }
H1.HeaderClassName
{
color: #60BDBE;
}
.AnyTagClassName
{
color: #60BDBE;
}
</style>
background-color css
<style>
a { background-color: #60BDBE; }
a { background-color: rgb(96,189,190); }
div.DivClassName
{
background-color: #60BDBE;
}
.BgClassName
{
background-color: #60BDBE;
}
</style>
border-color css
<style>
span { border-color: #60BDBE; }
span { border-color: rgb(96,189,190); }
td.TdClassName
{
border-color: #60BDBE;
}
.TagClassName
{
border-color: #60BDBE;
}
</style>