Shades of Fountain Blue #60AEAA
Tints of Fountain Blue #60AEAA
RGB
CMYK
RGB Variations
Color information
#60AEAA (or 0x60AEAA) is known color: Fountain Blue. HEX triplet: 60, AE and AA. RGB value is (96,174,170). Sum of RGB (Red+Green+Blue) = 96+174+170=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 174 - color contains mainly: green. Hex color #60AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AEAA is #9F5155. Grayscale: #969696. Windows color (decimal): -10441046 or 11185760. OLE color: 11185760.
HSL color Cylindrical-coordinate representation of color #60AEAA: hue angle of 176.92º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AEAA is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 174 | 170 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.32 |
| HSL | 176.92º | 0.33% | 0.53% | - |
| HSV(B) | 176.92º | 0.45% | 0.68% | - |
| XYZ | 27.22 | 35.66 | 43.48 | - |
| YUV | 150.22 | 139.16 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 174 | 170 | 0.45 | 0 | 0.02 | 0.32 | 176.92 | 0.33 | 0.53 |
| Hex | 60 | AE | AA | 2D | 0 | 2 | 20 | B1 | 20 | 35 |
| Octal | 140 | 256 | 252 | 55 | 0 | 2 | 40 | 261 | 40 | 65 |
| Binary | 1100000 | 10101110 | 10101010 | 101101 | 0 | 10 | 100000 | 10110001 | 100000 | 110101 |
Color Harmonies of #60AEAA
Complementary color
Monochromatic Colors of #60AEAA
Black with #60AEAA
Text Example
Text Example
White with #60AEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AEAA; }
p { color: rgb(96,174,170); }
H1.HeaderClassName
{
color: #60AEAA;
}
.AnyTagClassName
{
color: #60AEAA;
}
</style>
background-color css
<style>
a { background-color: #60AEAA; }
a { background-color: rgb(96,174,170); }
div.DivClassName
{
background-color: #60AEAA;
}
.BgClassName
{
background-color: #60AEAA;
}
</style>
border-color css
<style>
span { border-color: #60AEAA; }
span { border-color: rgb(96,174,170); }
td.TdClassName
{
border-color: #60AEAA;
}
.TagClassName
{
border-color: #60AEAA;
}
</style>