Shades of Fountain Blue #60BEBA
Tints of Fountain Blue #60BEBA
RGB
CMYK
RGB Variations
Color information
#60BEBA (or 0x60BEBA) is known color: Fountain Blue. HEX triplet: 60, BE and BA. RGB value is (96,190,186). Sum of RGB (Red+Green+Blue) = 96+190+186=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #60BEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BEBA is #9F4145. Grayscale: #A1A1A1. Windows color (decimal): -10436934 or 12238432. OLE color: 12238432.
HSL color Cylindrical-coordinate representation of color #60BEBA: hue angle of 177.45º 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 #60BEBA is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 190 | 186 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.25 |
| HSL | 177.45º | 0.42% | 0.56% | - |
| HSV(B) | 177.45º | 0.49% | 0.75% | - |
| XYZ | 32.1 | 42.86 | 53.04 | - |
| YUV | 161.44 | 141.86 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 190 | 186 | 0.49 | 0 | 0.02 | 0.25 | 177.45 | 0.42 | 0.56 |
| Hex | 60 | BE | BA | 31 | 0 | 2 | 19 | B1 | 2A | 38 |
| Octal | 140 | 276 | 272 | 61 | 0 | 2 | 31 | 261 | 52 | 70 |
| Binary | 1100000 | 10111110 | 10111010 | 110001 | 0 | 10 | 11001 | 10110001 | 101010 | 111000 |
Color Harmonies of #60BEBA
Complementary color
Monochromatic Colors of #60BEBA
Black with #60BEBA
Text Example
Text Example
White with #60BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BEBA; }
p { color: rgb(96,190,186); }
H1.HeaderClassName
{
color: #60BEBA;
}
.AnyTagClassName
{
color: #60BEBA;
}
</style>
background-color css
<style>
a { background-color: #60BEBA; }
a { background-color: rgb(96,190,186); }
div.DivClassName
{
background-color: #60BEBA;
}
.BgClassName
{
background-color: #60BEBA;
}
</style>
border-color css
<style>
span { border-color: #60BEBA; }
span { border-color: rgb(96,190,186); }
td.TdClassName
{
border-color: #60BEBA;
}
.TagClassName
{
border-color: #60BEBA;
}
</style>