Shades of Fountain Blue #60ABAA
Tints of Fountain Blue #60ABAA
RGB
CMYK
RGB Variations
Color information
#60ABAA (or 0x60ABAA) is known color: Fountain Blue. HEX triplet: 60, AB and AA. RGB value is (96,171,170). Sum of RGB (Red+Green+Blue) = 96+171+170=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #60ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ABAA is #9F5455. Grayscale: #949494. Windows color (decimal): -10441814 or 11184992. OLE color: 11184992.
HSL color Cylindrical-coordinate representation of color #60ABAA: hue angle of 179.2º 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 #60ABAA is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 170 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.33 |
| HSL | 179.2º | 0.31% | 0.52% | - |
| HSV(B) | 179.2º | 0.44% | 0.67% | - |
| XYZ | 26.64 | 34.51 | 43.29 | - |
| YUV | 148.46 | 140.15 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 170 | 0.44 | 0 | 0.01 | 0.33 | 179.2 | 0.31 | 0.52 |
| Hex | 60 | AB | AA | 2C | 0 | 1 | 21 | B3 | 1F | 34 |
| Octal | 140 | 253 | 252 | 54 | 0 | 1 | 41 | 263 | 37 | 64 |
| Binary | 1100000 | 10101011 | 10101010 | 101100 | 0 | 1 | 100001 | 10110011 | 11111 | 110100 |
Color Harmonies of #60ABAA
Complementary color
Monochromatic Colors of #60ABAA
Black with #60ABAA
Text Example
Text Example
White with #60ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ABAA; }
p { color: rgb(96,171,170); }
H1.HeaderClassName
{
color: #60ABAA;
}
.AnyTagClassName
{
color: #60ABAA;
}
</style>
background-color css
<style>
a { background-color: #60ABAA; }
a { background-color: rgb(96,171,170); }
div.DivClassName
{
background-color: #60ABAA;
}
.BgClassName
{
background-color: #60ABAA;
}
</style>
border-color css
<style>
span { border-color: #60ABAA; }
span { border-color: rgb(96,171,170); }
td.TdClassName
{
border-color: #60ABAA;
}
.TagClassName
{
border-color: #60ABAA;
}
</style>