Shades of Fountain Blue #5FB8B5
Tints of Fountain Blue #5FB8B5
RGB
CMYK
RGB Variations
Color information
#5FB8B5 (or 0x5FB8B5) is known color: Fountain Blue. HEX triplet: 5F, B8 and B5. RGB value is (95,184,181). Sum of RGB (Red+Green+Blue) = 95+184+181=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB8B5 is #A0474A. Grayscale: #9C9C9C. Windows color (decimal): -10504011 or 11909215. OLE color: 11909215.
HSL color Cylindrical-coordinate representation of color #5FB8B5: hue angle of 177.98º degrees, saturation: 0.39, 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 #5FB8B5 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 184 | 181 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.28 |
| HSL | 177.98º | 0.39% | 0.55% | - |
| HSV(B) | 177.98º | 0.48% | 0.72% | - |
| XYZ | 30.2 | 40.05 | 49.85 | - |
| YUV | 157.05 | 141.51 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 184 | 181 | 0.48 | 0 | 0.02 | 0.28 | 177.98 | 0.39 | 0.55 |
| Hex | 5F | B8 | B5 | 30 | 0 | 2 | 1C | B2 | 27 | 37 |
| Octal | 137 | 270 | 265 | 60 | 0 | 2 | 34 | 262 | 47 | 67 |
| Binary | 1011111 | 10111000 | 10110101 | 110000 | 0 | 10 | 11100 | 10110010 | 100111 | 110111 |
Color Harmonies of #5FB8B5
Complementary color
Monochromatic Colors of #5FB8B5
Black with #5FB8B5
Text Example
Text Example
White with #5FB8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB8B5; }
p { color: rgb(95,184,181); }
H1.HeaderClassName
{
color: #5FB8B5;
}
.AnyTagClassName
{
color: #5FB8B5;
}
</style>
background-color css
<style>
a { background-color: #5FB8B5; }
a { background-color: rgb(95,184,181); }
div.DivClassName
{
background-color: #5FB8B5;
}
.BgClassName
{
background-color: #5FB8B5;
}
</style>
border-color css
<style>
span { border-color: #5FB8B5; }
span { border-color: rgb(95,184,181); }
td.TdClassName
{
border-color: #5FB8B5;
}
.TagClassName
{
border-color: #5FB8B5;
}
</style>