Shades of Fountain Blue #61B4B0
Tints of Fountain Blue #61B4B0
RGB
CMYK
RGB Variations
Color information
#61B4B0 (or 0x61B4B0) is known color: Fountain Blue. HEX triplet: 61, B4 and B0. RGB value is (97,180,176). Sum of RGB (Red+Green+Blue) = 97+180+176=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #61B4B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B4B0 is #9E4B4F. Grayscale: #9A9A9A. Windows color (decimal): -10373968 or 11580513. OLE color: 11580513.
HSL color Cylindrical-coordinate representation of color #61B4B0: hue angle of 177.11º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B4B0 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 180 | 176 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.29 |
| HSL | 177.11º | 0.36% | 0.54% | - |
| HSV(B) | 177.11º | 0.46% | 0.71% | - |
| XYZ | 29.09 | 38.32 | 46.94 | - |
| YUV | 154.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 180 | 176 | 0.46 | 0 | 0.02 | 0.29 | 177.11 | 0.36 | 0.54 |
| Hex | 61 | B4 | B0 | 2E | 0 | 2 | 1D | B1 | 24 | 36 |
| Octal | 141 | 264 | 260 | 56 | 0 | 2 | 35 | 261 | 44 | 66 |
| Binary | 1100001 | 10110100 | 10110000 | 101110 | 0 | 10 | 11101 | 10110001 | 100100 | 110110 |
Color Harmonies of #61B4B0
Complementary color
Monochromatic Colors of #61B4B0
Black with #61B4B0
Text Example
Text Example
White with #61B4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B4B0; }
p { color: rgb(97,180,176); }
H1.HeaderClassName
{
color: #61B4B0;
}
.AnyTagClassName
{
color: #61B4B0;
}
</style>
background-color css
<style>
a { background-color: #61B4B0; }
a { background-color: rgb(97,180,176); }
div.DivClassName
{
background-color: #61B4B0;
}
.BgClassName
{
background-color: #61B4B0;
}
</style>
border-color css
<style>
span { border-color: #61B4B0; }
span { border-color: rgb(97,180,176); }
td.TdClassName
{
border-color: #61B4B0;
}
.TagClassName
{
border-color: #61B4B0;
}
</style>