Shades of Fountain Blue #61BBBE
Tints of Fountain Blue #61BBBE
RGB
CMYK
RGB Variations
Color information
#61BBBE (or 0x61BBBE) is known color: Fountain Blue. HEX triplet: 61, BB and BE. RGB value is (97,187,190). Sum of RGB (Red+Green+Blue) = 97+187+190=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #61BBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BBBE is #9E4441. Grayscale: #A0A0A0. Windows color (decimal): -10372162 or 12499809. OLE color: 12499809.
HSL color Cylindrical-coordinate representation of color #61BBBE: hue angle of 181.94º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BBBE is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 187 | 190 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.25 |
| HSL | 181.94º | 0.42% | 0.56% | - |
| HSV(B) | 181.94º | 0.49% | 0.75% | - |
| XYZ | 31.99 | 41.8 | 55.1 | - |
| YUV | 160.43 | 144.68 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 187 | 190 | 0.49 | 0.02 | 0 | 0.25 | 181.94 | 0.42 | 0.56 |
| Hex | 61 | BB | BE | 31 | 2 | 0 | 19 | B6 | 2A | 38 |
| Octal | 141 | 273 | 276 | 61 | 2 | 0 | 31 | 266 | 52 | 70 |
| Binary | 1100001 | 10111011 | 10111110 | 110001 | 10 | 0 | 11001 | 10110110 | 101010 | 111000 |
Color Harmonies of #61BBBE
Complementary color
Monochromatic Colors of #61BBBE
Black with #61BBBE
Text Example
Text Example
White with #61BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BBBE; }
p { color: rgb(97,187,190); }
H1.HeaderClassName
{
color: #61BBBE;
}
.AnyTagClassName
{
color: #61BBBE;
}
</style>
background-color css
<style>
a { background-color: #61BBBE; }
a { background-color: rgb(97,187,190); }
div.DivClassName
{
background-color: #61BBBE;
}
.BgClassName
{
background-color: #61BBBE;
}
</style>
border-color css
<style>
span { border-color: #61BBBE; }
span { border-color: rgb(97,187,190); }
td.TdClassName
{
border-color: #61BBBE;
}
.TagClassName
{
border-color: #61BBBE;
}
</style>