Shades of Fountain Blue #61ADAC
Tints of Fountain Blue #61ADAC
RGB
CMYK
RGB Variations
Color information
#61ADAC (or 0x61ADAC) is known color: Fountain Blue. HEX triplet: 61, AD and AC. RGB value is (97,173,172). Sum of RGB (Red+Green+Blue) = 97+173+172=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 173 - color contains mainly: green. Hex color #61ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61ADAC is #9E5253. Grayscale: #969696. Windows color (decimal): -10375764 or 11316577. OLE color: 11316577.
HSL color Cylindrical-coordinate representation of color #61ADAC: hue angle of 179.21º 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 #61ADAC is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 173 | 172 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.32 |
| HSL | 179.21º | 0.32% | 0.53% | - |
| HSV(B) | 179.21º | 0.44% | 0.68% | - |
| XYZ | 27.32 | 35.41 | 44.42 | - |
| YUV | 150.16 | 140.32 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 172 | 0.44 | 0 | 0.01 | 0.32 | 179.21 | 0.32 | 0.53 |
| Hex | 61 | AD | AC | 2C | 0 | 1 | 20 | B3 | 20 | 35 |
| Octal | 141 | 255 | 254 | 54 | 0 | 1 | 40 | 263 | 40 | 65 |
| Binary | 1100001 | 10101101 | 10101100 | 101100 | 0 | 1 | 100000 | 10110011 | 100000 | 110101 |
Color Harmonies of #61ADAC
Complementary color
Monochromatic Colors of #61ADAC
Black with #61ADAC
Text Example
Text Example
White with #61ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ADAC; }
p { color: rgb(97,173,172); }
H1.HeaderClassName
{
color: #61ADAC;
}
.AnyTagClassName
{
color: #61ADAC;
}
</style>
background-color css
<style>
a { background-color: #61ADAC; }
a { background-color: rgb(97,173,172); }
div.DivClassName
{
background-color: #61ADAC;
}
.BgClassName
{
background-color: #61ADAC;
}
</style>
border-color css
<style>
span { border-color: #61ADAC; }
span { border-color: rgb(97,173,172); }
td.TdClassName
{
border-color: #61ADAC;
}
.TagClassName
{
border-color: #61ADAC;
}
</style>