Shades of Fountain Blue #61ADAA
Tints of Fountain Blue #61ADAA
RGB
CMYK
RGB Variations
Color information
#61ADAA (or 0x61ADAA) is known color: Fountain Blue. HEX triplet: 61, AD and AA. RGB value is (97,173,170). Sum of RGB (Red+Green+Blue) = 97+173+170=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 173 - color contains mainly: green. Hex color #61ADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61ADAA is #9E5255. Grayscale: #959595. Windows color (decimal): -10375766 or 11185505. OLE color: 11185505.
HSL color Cylindrical-coordinate representation of color #61ADAA: hue angle of 177.63º 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 #61ADAA is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 173 | 170 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.32 |
| HSL | 177.63º | 0.32% | 0.53% | - |
| HSV(B) | 177.63º | 0.44% | 0.68% | - |
| XYZ | 27.13 | 35.33 | 43.42 | - |
| YUV | 149.93 | 139.32 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 170 | 0.44 | 0 | 0.02 | 0.32 | 177.63 | 0.32 | 0.53 |
| Hex | 61 | AD | AA | 2C | 0 | 2 | 20 | B2 | 20 | 35 |
| Octal | 141 | 255 | 252 | 54 | 0 | 2 | 40 | 262 | 40 | 65 |
| Binary | 1100001 | 10101101 | 10101010 | 101100 | 0 | 10 | 100000 | 10110010 | 100000 | 110101 |
Color Harmonies of #61ADAA
Complementary color
Monochromatic Colors of #61ADAA
Black with #61ADAA
Text Example
Text Example
White with #61ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ADAA; }
p { color: rgb(97,173,170); }
H1.HeaderClassName
{
color: #61ADAA;
}
.AnyTagClassName
{
color: #61ADAA;
}
</style>
background-color css
<style>
a { background-color: #61ADAA; }
a { background-color: rgb(97,173,170); }
div.DivClassName
{
background-color: #61ADAA;
}
.BgClassName
{
background-color: #61ADAA;
}
</style>
border-color css
<style>
span { border-color: #61ADAA; }
span { border-color: rgb(97,173,170); }
td.TdClassName
{
border-color: #61ADAA;
}
.TagClassName
{
border-color: #61ADAA;
}
</style>