Shades of Fountain Blue #60AEAB
Tints of Fountain Blue #60AEAB
RGB
CMYK
RGB Variations
Color information
#60AEAB (or 0x60AEAB) is known color: Fountain Blue. HEX triplet: 60, AE and AB. RGB value is (96,174,171). Sum of RGB (Red+Green+Blue) = 96+174+171=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 174 - color contains mainly: green. Hex color #60AEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AEAB is #9F5154. Grayscale: #969696. Windows color (decimal): -10441045 or 11251296. OLE color: 11251296.
HSL color Cylindrical-coordinate representation of color #60AEAB: hue angle of 177.69º 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 #60AEAB is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 174 | 171 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.32 |
| HSL | 177.69º | 0.33% | 0.53% | - |
| HSV(B) | 177.69º | 0.45% | 0.68% | - |
| XYZ | 27.31 | 35.7 | 43.98 | - |
| YUV | 150.34 | 139.66 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 174 | 171 | 0.45 | 0 | 0.02 | 0.32 | 177.69 | 0.33 | 0.53 |
| Hex | 60 | AE | AB | 2D | 0 | 2 | 20 | B2 | 20 | 35 |
| Octal | 140 | 256 | 253 | 55 | 0 | 2 | 40 | 262 | 40 | 65 |
| Binary | 1100000 | 10101110 | 10101011 | 101101 | 0 | 10 | 100000 | 10110010 | 100000 | 110101 |
Color Harmonies of #60AEAB
Complementary color
Monochromatic Colors of #60AEAB
Black with #60AEAB
Text Example
Text Example
White with #60AEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AEAB; }
p { color: rgb(96,174,171); }
H1.HeaderClassName
{
color: #60AEAB;
}
.AnyTagClassName
{
color: #60AEAB;
}
</style>
background-color css
<style>
a { background-color: #60AEAB; }
a { background-color: rgb(96,174,171); }
div.DivClassName
{
background-color: #60AEAB;
}
.BgClassName
{
background-color: #60AEAB;
}
</style>
border-color css
<style>
span { border-color: #60AEAB; }
span { border-color: rgb(96,174,171); }
td.TdClassName
{
border-color: #60AEAB;
}
.TagClassName
{
border-color: #60AEAB;
}
</style>