Shades of Fountain Blue #60BEBE
Tints of Fountain Blue #60BEBE
RGB
CMYK
RGB Variations
Color information
#60BEBE (or 0x60BEBE) is known color: Fountain Blue. HEX triplet: 60, BE and BE. RGB value is (96,190,190). Sum of RGB (Red+Green+Blue) = 96+190+190=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #60BEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BEBE is #9F4141. Grayscale: #A1A1A1. Windows color (decimal): -10436930 or 12500576. OLE color: 12500576.
HSL color Cylindrical-coordinate representation of color #60BEBE: hue angle of 180º 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 #60BEBE is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 190 | 190 | - |
| CMYK | 0.49 | 0 | 0 | 0.25 |
| HSL | 180º | 0.42% | 0.56% | - |
| HSV(B) | 180º | 0.49% | 0.75% | - |
| XYZ | 32.53 | 43.03 | 55.31 | - |
| YUV | 161.89 | 143.86 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 190 | 190 | 0.49 | 0 | 0 | 0.25 | 180 | 0.42 | 0.56 |
| Hex | 60 | BE | BE | 31 | 0 | 0 | 19 | B4 | 2A | 38 |
| Octal | 140 | 276 | 276 | 61 | 0 | 0 | 31 | 264 | 52 | 70 |
| Binary | 1100000 | 10111110 | 10111110 | 110001 | 0 | 0 | 11001 | 10110100 | 101010 | 111000 |
Color Harmonies of #60BEBE
Complementary color
Monochromatic Colors of #60BEBE
Black with #60BEBE
Text Example
Text Example
White with #60BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BEBE; }
p { color: rgb(96,190,190); }
H1.HeaderClassName
{
color: #60BEBE;
}
.AnyTagClassName
{
color: #60BEBE;
}
</style>
background-color css
<style>
a { background-color: #60BEBE; }
a { background-color: rgb(96,190,190); }
div.DivClassName
{
background-color: #60BEBE;
}
.BgClassName
{
background-color: #60BEBE;
}
</style>
border-color css
<style>
span { border-color: #60BEBE; }
span { border-color: rgb(96,190,190); }
td.TdClassName
{
border-color: #60BEBE;
}
.TagClassName
{
border-color: #60BEBE;
}
</style>