Shades of Fountain Blue #61BEBD
Tints of Fountain Blue #61BEBD
RGB
CMYK
RGB Variations
Color information
#61BEBD (or 0x61BEBD) is known color: Fountain Blue. HEX triplet: 61, BE and BD. RGB value is (97,190,189). Sum of RGB (Red+Green+Blue) = 97+190+189=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #61BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BEBD is #9E4142. Grayscale: #A1A1A1. Windows color (decimal): -10371395 or 12435041. OLE color: 12435041.
HSL color Cylindrical-coordinate representation of color #61BEBD: hue angle of 179.35º 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 #61BEBD is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 190 | 189 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.25 |
| HSL | 179.35º | 0.42% | 0.56% | - |
| HSV(B) | 179.35º | 0.49% | 0.75% | - |
| XYZ | 32.53 | 43.04 | 54.74 | - |
| YUV | 162.08 | 143.19 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 190 | 189 | 0.49 | 0 | 0.01 | 0.25 | 179.35 | 0.42 | 0.56 |
| Hex | 61 | BE | BD | 31 | 0 | 1 | 19 | B3 | 2A | 38 |
| Octal | 141 | 276 | 275 | 61 | 0 | 1 | 31 | 263 | 52 | 70 |
| Binary | 1100001 | 10111110 | 10111101 | 110001 | 0 | 1 | 11001 | 10110011 | 101010 | 111000 |
Color Harmonies of #61BEBD
Complementary color
Monochromatic Colors of #61BEBD
Black with #61BEBD
Text Example
Text Example
White with #61BEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BEBD; }
p { color: rgb(97,190,189); }
H1.HeaderClassName
{
color: #61BEBD;
}
.AnyTagClassName
{
color: #61BEBD;
}
</style>
background-color css
<style>
a { background-color: #61BEBD; }
a { background-color: rgb(97,190,189); }
div.DivClassName
{
background-color: #61BEBD;
}
.BgClassName
{
background-color: #61BEBD;
}
</style>
border-color css
<style>
span { border-color: #61BEBD; }
span { border-color: rgb(97,190,189); }
td.TdClassName
{
border-color: #61BEBD;
}
.TagClassName
{
border-color: #61BEBD;
}
</style>