Shades of Fountain Blue #61ADAB
Tints of Fountain Blue #61ADAB
RGB
CMYK
RGB Variations
Color information
#61ADAB (or 0x61ADAB) is known color: Fountain Blue. HEX triplet: 61, AD and AB. RGB value is (97,173,171). Sum of RGB (Red+Green+Blue) = 97+173+171=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 173 - color contains mainly: green. Hex color #61ADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61ADAB is #9E5254. Grayscale: #959595. Windows color (decimal): -10375765 or 11251041. OLE color: 11251041.
HSL color Cylindrical-coordinate representation of color #61ADAB: hue angle of 178.42º 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 #61ADAB is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 173 | 171 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.32 |
| HSL | 178.42º | 0.32% | 0.53% | - |
| HSV(B) | 178.42º | 0.44% | 0.68% | - |
| XYZ | 27.22 | 35.37 | 43.92 | - |
| YUV | 150.05 | 139.82 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 171 | 0.44 | 0 | 0.01 | 0.32 | 178.42 | 0.32 | 0.53 |
| Hex | 61 | AD | AB | 2C | 0 | 1 | 20 | B2 | 20 | 35 |
| Octal | 141 | 255 | 253 | 54 | 0 | 1 | 40 | 262 | 40 | 65 |
| Binary | 1100001 | 10101101 | 10101011 | 101100 | 0 | 1 | 100000 | 10110010 | 100000 | 110101 |
Color Harmonies of #61ADAB
Complementary color
Monochromatic Colors of #61ADAB
Black with #61ADAB
Text Example
Text Example
White with #61ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ADAB; }
p { color: rgb(97,173,171); }
H1.HeaderClassName
{
color: #61ADAB;
}
.AnyTagClassName
{
color: #61ADAB;
}
</style>
background-color css
<style>
a { background-color: #61ADAB; }
a { background-color: rgb(97,173,171); }
div.DivClassName
{
background-color: #61ADAB;
}
.BgClassName
{
background-color: #61ADAB;
}
</style>
border-color css
<style>
span { border-color: #61ADAB; }
span { border-color: rgb(97,173,171); }
td.TdClassName
{
border-color: #61ADAB;
}
.TagClassName
{
border-color: #61ADAB;
}
</style>