Shades of Fountain Blue #61C1C4
Tints of Fountain Blue #61C1C4
RGB
CMYK
RGB Variations
Color information
#61C1C4 (or 0x61C1C4) is known color: Fountain Blue. HEX triplet: 61, C1 and C4. RGB value is (97,193,196). Sum of RGB (Red+Green+Blue) = 97+193+196=486 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.96% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 196 - color contains mainly: blue. Hex color #61C1C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C1C4 is #9E3E3B. Grayscale: #A4A4A4. Windows color (decimal): -10370620 or 12894561. OLE color: 12894561.
HSL color Cylindrical-coordinate representation of color #61C1C4: hue angle of 181.82º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C1C4 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 193 | 196 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.23 |
| HSL | 181.82º | 0.46% | 0.57% | - |
| HSV(B) | 181.82º | 0.51% | 0.77% | - |
| XYZ | 33.96 | 44.67 | 59.06 | - |
| YUV | 164.64 | 145.7 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 196 | 0.51 | 0.02 | 0 | 0.23 | 181.82 | 0.46 | 0.57 |
| Hex | 61 | C1 | C4 | 33 | 2 | 0 | 17 | B6 | 2E | 39 |
| Octal | 141 | 301 | 304 | 63 | 2 | 0 | 27 | 266 | 56 | 71 |
| Binary | 1100001 | 11000001 | 11000100 | 110011 | 10 | 0 | 10111 | 10110110 | 101110 | 111001 |
Color Harmonies of #61C1C4
Complementary color
Monochromatic Colors of #61C1C4
Black with #61C1C4
Text Example
Text Example
White with #61C1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C1C4; }
p { color: rgb(97,193,196); }
H1.HeaderClassName
{
color: #61C1C4;
}
.AnyTagClassName
{
color: #61C1C4;
}
</style>
background-color css
<style>
a { background-color: #61C1C4; }
a { background-color: rgb(97,193,196); }
div.DivClassName
{
background-color: #61C1C4;
}
.BgClassName
{
background-color: #61C1C4;
}
</style>
border-color css
<style>
span { border-color: #61C1C4; }
span { border-color: rgb(97,193,196); }
td.TdClassName
{
border-color: #61C1C4;
}
.TagClassName
{
border-color: #61C1C4;
}
</style>