Shades of Fountain Blue #61BEC0
Tints of Fountain Blue #61BEC0
RGB
CMYK
RGB Variations
Color information
#61BEC0 (or 0x61BEC0) is known color: Fountain Blue. HEX triplet: 61, BE and C0. RGB value is (97,190,192). Sum of RGB (Red+Green+Blue) = 97+190+192=479 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.25% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #61BEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BEC0 is #9E413F. Grayscale: #A2A2A2. Windows color (decimal): -10371392 or 12631649. OLE color: 12631649.
HSL color Cylindrical-coordinate representation of color #61BEC0: hue angle of 181.26º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BEC0 is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 190 | 192 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.25 |
| HSL | 181.26º | 0.43% | 0.57% | - |
| HSV(B) | 181.26º | 0.49% | 0.75% | - |
| XYZ | 32.86 | 43.17 | 56.47 | - |
| YUV | 162.42 | 144.69 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 190 | 192 | 0.49 | 0.01 | 0 | 0.25 | 181.26 | 0.43 | 0.57 |
| Hex | 61 | BE | C0 | 31 | 1 | 0 | 19 | B5 | 2B | 39 |
| Octal | 141 | 276 | 300 | 61 | 1 | 0 | 31 | 265 | 53 | 71 |
| Binary | 1100001 | 10111110 | 11000000 | 110001 | 1 | 0 | 11001 | 10110101 | 101011 | 111001 |
Color Harmonies of #61BEC0
Complementary color
Monochromatic Colors of #61BEC0
Black with #61BEC0
Text Example
Text Example
White with #61BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BEC0; }
p { color: rgb(97,190,192); }
H1.HeaderClassName
{
color: #61BEC0;
}
.AnyTagClassName
{
color: #61BEC0;
}
</style>
background-color css
<style>
a { background-color: #61BEC0; }
a { background-color: rgb(97,190,192); }
div.DivClassName
{
background-color: #61BEC0;
}
.BgClassName
{
background-color: #61BEC0;
}
</style>
border-color css
<style>
span { border-color: #61BEC0; }
span { border-color: rgb(97,190,192); }
td.TdClassName
{
border-color: #61BEC0;
}
.TagClassName
{
border-color: #61BEC0;
}
</style>