Shades of Fountain Blue #61C0C4
Tints of Fountain Blue #61C0C4
RGB
CMYK
RGB Variations
Color information
#61C0C4 (or 0x61C0C4) is known color: Fountain Blue. HEX triplet: 61, C0 and C4. RGB value is (97,192,196). Sum of RGB (Red+Green+Blue) = 97+192+196=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 196 - color contains mainly: blue. Hex color #61C0C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C0C4 is #9E3F3B. Grayscale: #A3A3A3. Windows color (decimal): -10370876 or 12894305. OLE color: 12894305.
HSL color Cylindrical-coordinate representation of color #61C0C4: hue angle of 182.42º 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 #61C0C4 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 192 | 196 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.23 |
| HSL | 182.42º | 0.46% | 0.57% | - |
| HSV(B) | 182.42º | 0.51% | 0.77% | - |
| XYZ | 33.74 | 44.23 | 58.98 | - |
| YUV | 164.05 | 146.03 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 196 | 0.51 | 0.02 | 0 | 0.23 | 182.42 | 0.46 | 0.57 |
| Hex | 61 | C0 | C4 | 33 | 2 | 0 | 17 | B6 | 2E | 39 |
| Octal | 141 | 300 | 304 | 63 | 2 | 0 | 27 | 266 | 56 | 71 |
| Binary | 1100001 | 11000000 | 11000100 | 110011 | 10 | 0 | 10111 | 10110110 | 101110 | 111001 |
Color Harmonies of #61C0C4
Complementary color
Monochromatic Colors of #61C0C4
Black with #61C0C4
Text Example
Text Example
White with #61C0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C0C4; }
p { color: rgb(97,192,196); }
H1.HeaderClassName
{
color: #61C0C4;
}
.AnyTagClassName
{
color: #61C0C4;
}
</style>
background-color css
<style>
a { background-color: #61C0C4; }
a { background-color: rgb(97,192,196); }
div.DivClassName
{
background-color: #61C0C4;
}
.BgClassName
{
background-color: #61C0C4;
}
</style>
border-color css
<style>
span { border-color: #61C0C4; }
span { border-color: rgb(97,192,196); }
td.TdClassName
{
border-color: #61C0C4;
}
.TagClassName
{
border-color: #61C0C4;
}
</style>