Shades of Fountain Blue #5FBDBD
Tints of Fountain Blue #5FBDBD
RGB
CMYK
RGB Variations
Color information
#5FBDBD (or 0x5FBDBD) is known color: Fountain Blue. HEX triplet: 5F, BD and BD. RGB value is (95,189,189). Sum of RGB (Red+Green+Blue) = 95+189+189=473 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.08% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #5FBDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBDBD is #A04242. Grayscale: #A0A0A0. Windows color (decimal): -10502723 or 12434783. OLE color: 12434783.
HSL color Cylindrical-coordinate representation of color #5FBDBD: hue angle of 180º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBDBD is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 189 | 189 | - |
| CMYK | 0.50 | 0 | 0 | 0.26 |
| HSL | 180º | 0.42% | 0.56% | - |
| HSV(B) | 180º | 0.5% | 0.74% | - |
| XYZ | 32.1 | 42.5 | 54.66 | - |
| YUV | 160.89 | 143.86 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 189 | 189 | 0.50 | 0 | 0 | 0.26 | 180 | 0.42 | 0.56 |
| Hex | 5F | BD | BD | 32 | 0 | 0 | 1A | B4 | 2A | 38 |
| Octal | 137 | 275 | 275 | 62 | 0 | 0 | 32 | 264 | 52 | 70 |
| Binary | 1011111 | 10111101 | 10111101 | 110010 | 0 | 0 | 11010 | 10110100 | 101010 | 111000 |
Color Harmonies of #5FBDBD
Complementary color
Monochromatic Colors of #5FBDBD
Black with #5FBDBD
Text Example
Text Example
White with #5FBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBDBD; }
p { color: rgb(95,189,189); }
H1.HeaderClassName
{
color: #5FBDBD;
}
.AnyTagClassName
{
color: #5FBDBD;
}
</style>
background-color css
<style>
a { background-color: #5FBDBD; }
a { background-color: rgb(95,189,189); }
div.DivClassName
{
background-color: #5FBDBD;
}
.BgClassName
{
background-color: #5FBDBD;
}
</style>
border-color css
<style>
span { border-color: #5FBDBD; }
span { border-color: rgb(95,189,189); }
td.TdClassName
{
border-color: #5FBDBD;
}
.TagClassName
{
border-color: #5FBDBD;
}
</style>