Shades of Fountain Blue #60ADAB
Tints of Fountain Blue #60ADAB
RGB
CMYK
RGB Variations
Color information
#60ADAB (or 0x60ADAB) is known color: Fountain Blue. HEX triplet: 60, AD and AB. RGB value is (96,173,171). Sum of RGB (Red+Green+Blue) = 96+173+171=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 173 - color contains mainly: green. Hex color #60ADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ADAB is #9F5254. Grayscale: #959595. Windows color (decimal): -10441301 or 11251040. OLE color: 11251040.
HSL color Cylindrical-coordinate representation of color #60ADAB: hue angle of 178.44º 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 #60ADAB is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 173 | 171 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.32 |
| HSL | 178.44º | 0.32% | 0.53% | - |
| HSV(B) | 178.44º | 0.45% | 0.68% | - |
| XYZ | 27.12 | 35.31 | 43.92 | - |
| YUV | 149.75 | 139.99 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 171 | 0.45 | 0 | 0.01 | 0.32 | 178.44 | 0.32 | 0.53 |
| Hex | 60 | AD | AB | 2D | 0 | 1 | 20 | B2 | 20 | 35 |
| Octal | 140 | 255 | 253 | 55 | 0 | 1 | 40 | 262 | 40 | 65 |
| Binary | 1100000 | 10101101 | 10101011 | 101101 | 0 | 1 | 100000 | 10110010 | 100000 | 110101 |
Color Harmonies of #60ADAB
Complementary color
Monochromatic Colors of #60ADAB
Black with #60ADAB
Text Example
Text Example
White with #60ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ADAB; }
p { color: rgb(96,173,171); }
H1.HeaderClassName
{
color: #60ADAB;
}
.AnyTagClassName
{
color: #60ADAB;
}
</style>
background-color css
<style>
a { background-color: #60ADAB; }
a { background-color: rgb(96,173,171); }
div.DivClassName
{
background-color: #60ADAB;
}
.BgClassName
{
background-color: #60ADAB;
}
</style>
border-color css
<style>
span { border-color: #60ADAB; }
span { border-color: rgb(96,173,171); }
td.TdClassName
{
border-color: #60ADAB;
}
.TagClassName
{
border-color: #60ADAB;
}
</style>