Shades of Fountain Blue #5FBFBB
Tints of Fountain Blue #5FBFBB
RGB
CMYK
RGB Variations
Color information
#5FBFBB (or 0x5FBFBB) is known color: Fountain Blue. HEX triplet: 5F, BF and BB. RGB value is (95,191,187). Sum of RGB (Red+Green+Blue) = 95+191+187=473 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.08% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBFBB is #A04044. Grayscale: #A1A1A1. Windows color (decimal): -10502213 or 12304223. OLE color: 12304223.
HSL color Cylindrical-coordinate representation of color #5FBFBB: hue angle of 177.5º 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 #5FBFBB is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 191 | 187 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.25 |
| HSL | 177.5º | 0.43% | 0.56% | - |
| HSV(B) | 177.5º | 0.5% | 0.75% | - |
| XYZ | 32.32 | 43.28 | 53.66 | - |
| YUV | 161.84 | 142.2 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 191 | 187 | 0.50 | 0 | 0.02 | 0.25 | 177.5 | 0.43 | 0.56 |
| Hex | 5F | BF | BB | 32 | 0 | 2 | 19 | B2 | 2B | 38 |
| Octal | 137 | 277 | 273 | 62 | 0 | 2 | 31 | 262 | 53 | 70 |
| Binary | 1011111 | 10111111 | 10111011 | 110010 | 0 | 10 | 11001 | 10110010 | 101011 | 111000 |
Color Harmonies of #5FBFBB
Complementary color
Monochromatic Colors of #5FBFBB
Black with #5FBFBB
Text Example
Text Example
White with #5FBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBFBB; }
p { color: rgb(95,191,187); }
H1.HeaderClassName
{
color: #5FBFBB;
}
.AnyTagClassName
{
color: #5FBFBB;
}
</style>
background-color css
<style>
a { background-color: #5FBFBB; }
a { background-color: rgb(95,191,187); }
div.DivClassName
{
background-color: #5FBFBB;
}
.BgClassName
{
background-color: #5FBFBB;
}
</style>
border-color css
<style>
span { border-color: #5FBFBB; }
span { border-color: rgb(95,191,187); }
td.TdClassName
{
border-color: #5FBFBB;
}
.TagClassName
{
border-color: #5FBFBB;
}
</style>