Shades of Fountain Blue #60AAA8
Tints of Fountain Blue #60AAA8
RGB
CMYK
RGB Variations
Color information
#60AAA8 (or 0x60AAA8) is known color: Fountain Blue. HEX triplet: 60, AA and A8. RGB value is (96,170,168). Sum of RGB (Red+Green+Blue) = 96+170+168=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #60AAA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AAA8 is #9F5557. Grayscale: #939393. Windows color (decimal): -10442072 or 11053664. OLE color: 11053664.
HSL color Cylindrical-coordinate representation of color #60AAA8: hue angle of 178.38º 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 #60AAA8 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 170 | 168 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.33 |
| HSL | 178.38º | 0.3% | 0.52% | - |
| HSV(B) | 178.38º | 0.44% | 0.67% | - |
| XYZ | 26.27 | 34.06 | 42.24 | - |
| YUV | 147.65 | 139.48 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 170 | 168 | 0.44 | 0 | 0.01 | 0.33 | 178.38 | 0.3 | 0.52 |
| Hex | 60 | AA | A8 | 2C | 0 | 1 | 21 | B2 | 1E | 34 |
| Octal | 140 | 252 | 250 | 54 | 0 | 1 | 41 | 262 | 36 | 64 |
| Binary | 1100000 | 10101010 | 10101000 | 101100 | 0 | 1 | 100001 | 10110010 | 11110 | 110100 |
Color Harmonies of #60AAA8
Complementary color
Monochromatic Colors of #60AAA8
Black with #60AAA8
Text Example
Text Example
White with #60AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AAA8; }
p { color: rgb(96,170,168); }
H1.HeaderClassName
{
color: #60AAA8;
}
.AnyTagClassName
{
color: #60AAA8;
}
</style>
background-color css
<style>
a { background-color: #60AAA8; }
a { background-color: rgb(96,170,168); }
div.DivClassName
{
background-color: #60AAA8;
}
.BgClassName
{
background-color: #60AAA8;
}
</style>
border-color css
<style>
span { border-color: #60AAA8; }
span { border-color: rgb(96,170,168); }
td.TdClassName
{
border-color: #60AAA8;
}
.TagClassName
{
border-color: #60AAA8;
}
</style>