Shades of Fountain Blue #61B1BA
Tints of Fountain Blue #61B1BA
RGB
CMYK
RGB Variations
Color information
#61B1BA (or 0x61B1BA) is known color: Fountain Blue. HEX triplet: 61, B1 and BA. RGB value is (97,177,186). Sum of RGB (Red+Green+Blue) = 97+177+186=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #61B1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B1BA is #9E4E45. Grayscale: #999999. Windows color (decimal): -10374726 or 12235105. OLE color: 12235105.
HSL color Cylindrical-coordinate representation of color #61B1BA: hue angle of 186.07º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61B1BA is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 177 | 186 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.27 |
| HSL | 186.07º | 0.39% | 0.55% | - |
| HSV(B) | 186.07º | 0.48% | 0.73% | - |
| XYZ | 29.51 | 37.53 | 52.14 | - |
| YUV | 154.11 | 146 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 177 | 186 | 0.48 | 0.05 | 0 | 0.27 | 186.07 | 0.39 | 0.55 |
| Hex | 61 | B1 | BA | 30 | 5 | 0 | 1B | BA | 27 | 37 |
| Octal | 141 | 261 | 272 | 60 | 5 | 0 | 33 | 272 | 47 | 67 |
| Binary | 1100001 | 10110001 | 10111010 | 110000 | 101 | 0 | 11011 | 10111010 | 100111 | 110111 |
Color Harmonies of #61B1BA
Complementary color
Monochromatic Colors of #61B1BA
Black with #61B1BA
Text Example
Text Example
White with #61B1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B1BA; }
p { color: rgb(97,177,186); }
H1.HeaderClassName
{
color: #61B1BA;
}
.AnyTagClassName
{
color: #61B1BA;
}
</style>
background-color css
<style>
a { background-color: #61B1BA; }
a { background-color: rgb(97,177,186); }
div.DivClassName
{
background-color: #61B1BA;
}
.BgClassName
{
background-color: #61B1BA;
}
</style>
border-color css
<style>
span { border-color: #61B1BA; }
span { border-color: rgb(97,177,186); }
td.TdClassName
{
border-color: #61B1BA;
}
.TagClassName
{
border-color: #61B1BA;
}
</style>