Shades of Fountain Blue #60AAAA
Tints of Fountain Blue #60AAAA
RGB
CMYK
RGB Variations
Color information
#60AAAA (or 0x60AAAA) is known color: Fountain Blue. HEX triplet: 60, AA and AA. RGB value is (96,170,170). Sum of RGB (Red+Green+Blue) = 96+170+170=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #60AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AAAA is #9F5555. Grayscale: #939393. Windows color (decimal): -10442070 or 11184736. OLE color: 11184736.
HSL color Cylindrical-coordinate representation of color #60AAAA: hue angle of 180º degrees, saturation: 0.3, 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 #60AAAA is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 170 | 170 | - |
| CMYK | 0.44 | 0 | 0 | 0.33 |
| HSL | 180º | 0.3% | 0.52% | - |
| HSV(B) | 180º | 0.44% | 0.67% | - |
| XYZ | 26.45 | 34.14 | 43.23 | - |
| YUV | 147.87 | 140.48 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 170 | 170 | 0.44 | 0 | 0 | 0.33 | 180 | 0.3 | 0.52 |
| Hex | 60 | AA | AA | 2C | 0 | 0 | 21 | B4 | 1E | 34 |
| Octal | 140 | 252 | 252 | 54 | 0 | 0 | 41 | 264 | 36 | 64 |
| Binary | 1100000 | 10101010 | 10101010 | 101100 | 0 | 0 | 100001 | 10110100 | 11110 | 110100 |
Color Harmonies of #60AAAA
Complementary color
Monochromatic Colors of #60AAAA
Black with #60AAAA
Text Example
Text Example
White with #60AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AAAA; }
p { color: rgb(96,170,170); }
H1.HeaderClassName
{
color: #60AAAA;
}
.AnyTagClassName
{
color: #60AAAA;
}
</style>
background-color css
<style>
a { background-color: #60AAAA; }
a { background-color: rgb(96,170,170); }
div.DivClassName
{
background-color: #60AAAA;
}
.BgClassName
{
background-color: #60AAAA;
}
</style>
border-color css
<style>
span { border-color: #60AAAA; }
span { border-color: rgb(96,170,170); }
td.TdClassName
{
border-color: #60AAAA;
}
.TagClassName
{
border-color: #60AAAA;
}
</style>