Shades of Fountain Blue #60AAAF
Tints of Fountain Blue #60AAAF
RGB
CMYK
RGB Variations
Color information
#60AAAF (or 0x60AAAF) is known color: Fountain Blue. HEX triplet: 60, AA and AF. RGB value is (96,170,175). Sum of RGB (Red+Green+Blue) = 96+170+175=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #60AAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AAAF is #9F5550. Grayscale: #949494. Windows color (decimal): -10442065 or 11512416. OLE color: 11512416.
HSL color Cylindrical-coordinate representation of color #60AAAF: hue angle of 183.8º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AAAF is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 170 | 175 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.31 |
| HSL | 183.8º | 0.33% | 0.53% | - |
| HSV(B) | 183.8º | 0.45% | 0.69% | - |
| XYZ | 26.94 | 34.33 | 45.76 | - |
| YUV | 148.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 170 | 175 | 0.45 | 0.03 | 0 | 0.31 | 183.8 | 0.33 | 0.53 |
| Hex | 60 | AA | AF | 2D | 3 | 0 | 1F | B8 | 21 | 35 |
| Octal | 140 | 252 | 257 | 55 | 3 | 0 | 37 | 270 | 41 | 65 |
| Binary | 1100000 | 10101010 | 10101111 | 101101 | 11 | 0 | 11111 | 10111000 | 100001 | 110101 |
Color Harmonies of #60AAAF
Complementary color
Monochromatic Colors of #60AAAF
Black with #60AAAF
Text Example
Text Example
White with #60AAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AAAF; }
p { color: rgb(96,170,175); }
H1.HeaderClassName
{
color: #60AAAF;
}
.AnyTagClassName
{
color: #60AAAF;
}
</style>
background-color css
<style>
a { background-color: #60AAAF; }
a { background-color: rgb(96,170,175); }
div.DivClassName
{
background-color: #60AAAF;
}
.BgClassName
{
background-color: #60AAAF;
}
</style>
border-color css
<style>
span { border-color: #60AAAF; }
span { border-color: rgb(96,170,175); }
td.TdClassName
{
border-color: #60AAAF;
}
.TagClassName
{
border-color: #60AAAF;
}
</style>