Shades of Fountain Blue #5FB7B5
Tints of Fountain Blue #5FB7B5
RGB
CMYK
RGB Variations
Color information
#5FB7B5 (or 0x5FB7B5) is known color: Fountain Blue. HEX triplet: 5F, B7 and B5. RGB value is (95,183,181). Sum of RGB (Red+Green+Blue) = 95+183+181=459 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.70% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB7B5 is #A0484A. Grayscale: #9C9C9C. Windows color (decimal): -10504267 or 11908959. OLE color: 11908959.
HSL color Cylindrical-coordinate representation of color #5FB7B5: hue angle of 178.64º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB7B5 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 183 | 181 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.28 |
| HSL | 178.64º | 0.38% | 0.55% | - |
| HSV(B) | 178.64º | 0.48% | 0.72% | - |
| XYZ | 29.99 | 39.64 | 49.79 | - |
| YUV | 156.46 | 141.85 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 183 | 181 | 0.48 | 0 | 0.01 | 0.28 | 178.64 | 0.38 | 0.55 |
| Hex | 5F | B7 | B5 | 30 | 0 | 1 | 1C | B3 | 26 | 37 |
| Octal | 137 | 267 | 265 | 60 | 0 | 1 | 34 | 263 | 46 | 67 |
| Binary | 1011111 | 10110111 | 10110101 | 110000 | 0 | 1 | 11100 | 10110011 | 100110 | 110111 |
Color Harmonies of #5FB7B5
Complementary color
Monochromatic Colors of #5FB7B5
Black with #5FB7B5
Text Example
Text Example
White with #5FB7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB7B5; }
p { color: rgb(95,183,181); }
H1.HeaderClassName
{
color: #5FB7B5;
}
.AnyTagClassName
{
color: #5FB7B5;
}
</style>
background-color css
<style>
a { background-color: #5FB7B5; }
a { background-color: rgb(95,183,181); }
div.DivClassName
{
background-color: #5FB7B5;
}
.BgClassName
{
background-color: #5FB7B5;
}
</style>
border-color css
<style>
span { border-color: #5FB7B5; }
span { border-color: rgb(95,183,181); }
td.TdClassName
{
border-color: #5FB7B5;
}
.TagClassName
{
border-color: #5FB7B5;
}
</style>