Shades of Fountain Blue #61B8BA
Tints of Fountain Blue #61B8BA
RGB
CMYK
RGB Variations
Color information
#61B8BA (or 0x61B8BA) is known color: Fountain Blue. HEX triplet: 61, B8 and BA. RGB value is (97,184,186). Sum of RGB (Red+Green+Blue) = 97+184+186=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #61B8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B8BA is #9E4745. Grayscale: #9E9E9E. Windows color (decimal): -10372934 or 12236897. OLE color: 12236897.
HSL color Cylindrical-coordinate representation of color #61B8BA: hue angle of 181.35º 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 #61B8BA is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 184 | 186 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.27 |
| HSL | 181.35º | 0.39% | 0.55% | - |
| HSV(B) | 181.35º | 0.48% | 0.73% | - |
| XYZ | 30.93 | 40.37 | 52.62 | - |
| YUV | 158.22 | 143.68 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 184 | 186 | 0.48 | 0.01 | 0 | 0.27 | 181.35 | 0.39 | 0.55 |
| Hex | 61 | B8 | BA | 30 | 1 | 0 | 1B | B5 | 27 | 37 |
| Octal | 141 | 270 | 272 | 60 | 1 | 0 | 33 | 265 | 47 | 67 |
| Binary | 1100001 | 10111000 | 10111010 | 110000 | 1 | 0 | 11011 | 10110101 | 100111 | 110111 |
Color Harmonies of #61B8BA
Complementary color
Monochromatic Colors of #61B8BA
Black with #61B8BA
Text Example
Text Example
White with #61B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B8BA; }
p { color: rgb(97,184,186); }
H1.HeaderClassName
{
color: #61B8BA;
}
.AnyTagClassName
{
color: #61B8BA;
}
</style>
background-color css
<style>
a { background-color: #61B8BA; }
a { background-color: rgb(97,184,186); }
div.DivClassName
{
background-color: #61B8BA;
}
.BgClassName
{
background-color: #61B8BA;
}
</style>
border-color css
<style>
span { border-color: #61B8BA; }
span { border-color: rgb(97,184,186); }
td.TdClassName
{
border-color: #61B8BA;
}
.TagClassName
{
border-color: #61B8BA;
}
</style>