Shades of Fountain Blue #61C1BD
Tints of Fountain Blue #61C1BD
RGB
CMYK
RGB Variations
Color information
#61C1BD (or 0x61C1BD) is known color: Fountain Blue. HEX triplet: 61, C1 and BD. RGB value is (97,193,189). Sum of RGB (Red+Green+Blue) = 97+193+189=479 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.25% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #61C1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C1BD is #9E3E42. Grayscale: #A3A3A3. Windows color (decimal): -10370627 or 12435809. OLE color: 12435809.
HSL color Cylindrical-coordinate representation of color #61C1BD: hue angle of 177.5º 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 #61C1BD is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 193 | 189 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.24 |
| HSL | 177.5º | 0.44% | 0.57% | - |
| HSV(B) | 177.5º | 0.5% | 0.76% | - |
| XYZ | 33.19 | 44.36 | 54.96 | - |
| YUV | 163.84 | 142.2 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 189 | 0.50 | 0 | 0.02 | 0.24 | 177.5 | 0.44 | 0.57 |
| Hex | 61 | C1 | BD | 32 | 0 | 2 | 18 | B2 | 2C | 39 |
| Octal | 141 | 301 | 275 | 62 | 0 | 2 | 30 | 262 | 54 | 71 |
| Binary | 1100001 | 11000001 | 10111101 | 110010 | 0 | 10 | 11000 | 10110010 | 101100 | 111001 |
Color Harmonies of #61C1BD
Complementary color
Monochromatic Colors of #61C1BD
Black with #61C1BD
Text Example
Text Example
White with #61C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C1BD; }
p { color: rgb(97,193,189); }
H1.HeaderClassName
{
color: #61C1BD;
}
.AnyTagClassName
{
color: #61C1BD;
}
</style>
background-color css
<style>
a { background-color: #61C1BD; }
a { background-color: rgb(97,193,189); }
div.DivClassName
{
background-color: #61C1BD;
}
.BgClassName
{
background-color: #61C1BD;
}
</style>
border-color css
<style>
span { border-color: #61C1BD; }
span { border-color: rgb(97,193,189); }
td.TdClassName
{
border-color: #61C1BD;
}
.TagClassName
{
border-color: #61C1BD;
}
</style>