Shades of Fountain Blue #61A4AE
Tints of Fountain Blue #61A4AE
RGB
CMYK
RGB Variations
Color information
#61A4AE (or 0x61A4AE) is known color: Fountain Blue. HEX triplet: 61, A4 and AE. RGB value is (97,164,174). Sum of RGB (Red+Green+Blue) = 97+164+174=435 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.30% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #61A4AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A4AE is #9E5B51. Grayscale: #919191. Windows color (decimal): -10378066 or 11445345. OLE color: 11445345.
HSL color Cylindrical-coordinate representation of color #61A4AE: hue angle of 187.79º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61A4AE is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 164 | 174 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.32 |
| HSL | 187.79º | 0.32% | 0.53% | - |
| HSV(B) | 187.79º | 0.44% | 0.68% | - |
| XYZ | 25.85 | 32.15 | 44.89 | - |
| YUV | 145.11 | 144.3 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 164 | 174 | 0.44 | 0.06 | 0 | 0.32 | 187.79 | 0.32 | 0.53 |
| Hex | 61 | A4 | AE | 2C | 6 | 0 | 20 | BC | 20 | 35 |
| Octal | 141 | 244 | 256 | 54 | 6 | 0 | 40 | 274 | 40 | 65 |
| Binary | 1100001 | 10100100 | 10101110 | 101100 | 110 | 0 | 100000 | 10111100 | 100000 | 110101 |
Color Harmonies of #61A4AE
Complementary color
Monochromatic Colors of #61A4AE
Black with #61A4AE
Text Example
Text Example
White with #61A4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A4AE; }
p { color: rgb(97,164,174); }
H1.HeaderClassName
{
color: #61A4AE;
}
.AnyTagClassName
{
color: #61A4AE;
}
</style>
background-color css
<style>
a { background-color: #61A4AE; }
a { background-color: rgb(97,164,174); }
div.DivClassName
{
background-color: #61A4AE;
}
.BgClassName
{
background-color: #61A4AE;
}
</style>
border-color css
<style>
span { border-color: #61A4AE; }
span { border-color: rgb(97,164,174); }
td.TdClassName
{
border-color: #61A4AE;
}
.TagClassName
{
border-color: #61A4AE;
}
</style>