Shades of Fountain Blue #61C1BC
Tints of Fountain Blue #61C1BC
RGB
CMYK
RGB Variations
Color information
#61C1BC (or 0x61C1BC) is known color: Fountain Blue. HEX triplet: 61, C1 and BC. RGB value is (97,193,188). Sum of RGB (Red+Green+Blue) = 97+193+188=478 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.29% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #61C1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C1BC is #9E3E43. Grayscale: #A3A3A3. Windows color (decimal): -10370628 or 12370273. OLE color: 12370273.
HSL color Cylindrical-coordinate representation of color #61C1BC: hue angle of 176.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C1BC is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 193 | 188 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.24 |
| HSL | 176.88º | 0.44% | 0.57% | - |
| HSV(B) | 176.88º | 0.5% | 0.76% | - |
| XYZ | 33.08 | 44.31 | 54.39 | - |
| YUV | 163.73 | 141.7 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 188 | 0.50 | 0 | 0.03 | 0.24 | 176.88 | 0.44 | 0.57 |
| Hex | 61 | C1 | BC | 32 | 0 | 3 | 18 | B1 | 2C | 39 |
| Octal | 141 | 301 | 274 | 62 | 0 | 3 | 30 | 261 | 54 | 71 |
| Binary | 1100001 | 11000001 | 10111100 | 110010 | 0 | 11 | 11000 | 10110001 | 101100 | 111001 |
Color Harmonies of #61C1BC
Complementary color
Monochromatic Colors of #61C1BC
Black with #61C1BC
Text Example
Text Example
White with #61C1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C1BC; }
p { color: rgb(97,193,188); }
H1.HeaderClassName
{
color: #61C1BC;
}
.AnyTagClassName
{
color: #61C1BC;
}
</style>
background-color css
<style>
a { background-color: #61C1BC; }
a { background-color: rgb(97,193,188); }
div.DivClassName
{
background-color: #61C1BC;
}
.BgClassName
{
background-color: #61C1BC;
}
</style>
border-color css
<style>
span { border-color: #61C1BC; }
span { border-color: rgb(97,193,188); }
td.TdClassName
{
border-color: #61C1BC;
}
.TagClassName
{
border-color: #61C1BC;
}
</style>