Shades of Fountain Blue #60AAAB
Tints of Fountain Blue #60AAAB
RGB
CMYK
RGB Variations
Color information
#60AAAB (or 0x60AAAB) is known color: Fountain Blue. HEX triplet: 60, AA and AB. RGB value is (96,170,171). Sum of RGB (Red+Green+Blue) = 96+170+171=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #60AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AAAB is #9F5554. Grayscale: #939393. Windows color (decimal): -10442069 or 11250272. OLE color: 11250272.
HSL color Cylindrical-coordinate representation of color #60AAAB: hue angle of 180.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AAAB is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 170 | 171 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.33 |
| HSL | 180.8º | 0.31% | 0.52% | - |
| HSV(B) | 180.8º | 0.44% | 0.67% | - |
| XYZ | 26.55 | 34.18 | 43.73 | - |
| YUV | 147.99 | 140.98 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 170 | 171 | 0.44 | 0.01 | 0 | 0.33 | 180.8 | 0.31 | 0.52 |
| Hex | 60 | AA | AB | 2C | 1 | 0 | 21 | B5 | 1F | 34 |
| Octal | 140 | 252 | 253 | 54 | 1 | 0 | 41 | 265 | 37 | 64 |
| Binary | 1100000 | 10101010 | 10101011 | 101100 | 1 | 0 | 100001 | 10110101 | 11111 | 110100 |
Color Harmonies of #60AAAB
Complementary color
Monochromatic Colors of #60AAAB
Black with #60AAAB
Text Example
Text Example
White with #60AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AAAB; }
p { color: rgb(96,170,171); }
H1.HeaderClassName
{
color: #60AAAB;
}
.AnyTagClassName
{
color: #60AAAB;
}
</style>
background-color css
<style>
a { background-color: #60AAAB; }
a { background-color: rgb(96,170,171); }
div.DivClassName
{
background-color: #60AAAB;
}
.BgClassName
{
background-color: #60AAAB;
}
</style>
border-color css
<style>
span { border-color: #60AAAB; }
span { border-color: rgb(96,170,171); }
td.TdClassName
{
border-color: #60AAAB;
}
.TagClassName
{
border-color: #60AAAB;
}
</style>