Shades of Fountain Blue #5FB7B2
Tints of Fountain Blue #5FB7B2
RGB
CMYK
RGB Variations
Color information
#5FB7B2 (or 0x5FB7B2) is known color: Fountain Blue. HEX triplet: 5F, B7 and B2. RGB value is (95,183,178). Sum of RGB (Red+Green+Blue) = 95+183+178=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB7B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB7B2 is #A0484D. Grayscale: #9C9C9C. Windows color (decimal): -10504270 or 11712351. OLE color: 11712351.
HSL color Cylindrical-coordinate representation of color #5FB7B2: hue angle of 176.59º 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 #5FB7B2 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 183 | 178 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.28 |
| HSL | 176.59º | 0.38% | 0.55% | - |
| HSV(B) | 176.59º | 0.48% | 0.72% | - |
| XYZ | 29.69 | 39.51 | 48.18 | - |
| YUV | 156.12 | 140.35 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 183 | 178 | 0.48 | 0 | 0.03 | 0.28 | 176.59 | 0.38 | 0.55 |
| Hex | 5F | B7 | B2 | 30 | 0 | 3 | 1C | B1 | 26 | 37 |
| Octal | 137 | 267 | 262 | 60 | 0 | 3 | 34 | 261 | 46 | 67 |
| Binary | 1011111 | 10110111 | 10110010 | 110000 | 0 | 11 | 11100 | 10110001 | 100110 | 110111 |
Color Harmonies of #5FB7B2
Complementary color
Monochromatic Colors of #5FB7B2
Black with #5FB7B2
Text Example
Text Example
White with #5FB7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB7B2; }
p { color: rgb(95,183,178); }
H1.HeaderClassName
{
color: #5FB7B2;
}
.AnyTagClassName
{
color: #5FB7B2;
}
</style>
background-color css
<style>
a { background-color: #5FB7B2; }
a { background-color: rgb(95,183,178); }
div.DivClassName
{
background-color: #5FB7B2;
}
.BgClassName
{
background-color: #5FB7B2;
}
</style>
border-color css
<style>
span { border-color: #5FB7B2; }
span { border-color: rgb(95,183,178); }
td.TdClassName
{
border-color: #5FB7B2;
}
.TagClassName
{
border-color: #5FB7B2;
}
</style>