Shades of Fountain Blue #5FBFBD
Tints of Fountain Blue #5FBFBD
RGB
CMYK
RGB Variations
Color information
#5FBFBD (or 0x5FBFBD) is known color: Fountain Blue. HEX triplet: 5F, BF and BD. RGB value is (95,191,189). Sum of RGB (Red+Green+Blue) = 95+191+189=475 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBFBD is #A04042. Grayscale: #A1A1A1. Windows color (decimal): -10502211 or 12435295. OLE color: 12435295.
HSL color Cylindrical-coordinate representation of color #5FBFBD: hue angle of 178.75º 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 #5FBFBD is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 191 | 189 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.25 |
| HSL | 178.75º | 0.43% | 0.56% | - |
| HSV(B) | 178.75º | 0.5% | 0.75% | - |
| XYZ | 32.54 | 43.37 | 54.8 | - |
| YUV | 162.07 | 143.2 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 191 | 189 | 0.50 | 0 | 0.01 | 0.25 | 178.75 | 0.43 | 0.56 |
| Hex | 5F | BF | BD | 32 | 0 | 1 | 19 | B3 | 2B | 38 |
| Octal | 137 | 277 | 275 | 62 | 0 | 1 | 31 | 263 | 53 | 70 |
| Binary | 1011111 | 10111111 | 10111101 | 110010 | 0 | 1 | 11001 | 10110011 | 101011 | 111000 |
Color Harmonies of #5FBFBD
Complementary color
Monochromatic Colors of #5FBFBD
Black with #5FBFBD
Text Example
Text Example
White with #5FBFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBFBD; }
p { color: rgb(95,191,189); }
H1.HeaderClassName
{
color: #5FBFBD;
}
.AnyTagClassName
{
color: #5FBFBD;
}
</style>
background-color css
<style>
a { background-color: #5FBFBD; }
a { background-color: rgb(95,191,189); }
div.DivClassName
{
background-color: #5FBFBD;
}
.BgClassName
{
background-color: #5FBFBD;
}
</style>
border-color css
<style>
span { border-color: #5FBFBD; }
span { border-color: rgb(95,191,189); }
td.TdClassName
{
border-color: #5FBFBD;
}
.TagClassName
{
border-color: #5FBFBD;
}
</style>