Shades of Fountain Blue #60AFAC
Tints of Fountain Blue #60AFAC
RGB
CMYK
RGB Variations
Color information
#60AFAC (or 0x60AFAC) is known color: Fountain Blue. HEX triplet: 60, AF and AC. RGB value is (96,175,172). Sum of RGB (Red+Green+Blue) = 96+175+172=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 175 - color contains mainly: green. Hex color #60AFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AFAC is #9F5053. Grayscale: #969696. Windows color (decimal): -10440788 or 11317088. OLE color: 11317088.
HSL color Cylindrical-coordinate representation of color #60AFAC: hue angle of 177.72º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AFAC is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 175 | 172 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.31 |
| HSL | 177.72º | 0.33% | 0.53% | - |
| HSV(B) | 177.72º | 0.45% | 0.69% | - |
| XYZ | 27.6 | 36.13 | 44.55 | - |
| YUV | 151.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 172 | 0.45 | 0 | 0.02 | 0.31 | 177.72 | 0.33 | 0.53 |
| Hex | 60 | AF | AC | 2D | 0 | 2 | 1F | B2 | 21 | 35 |
| Octal | 140 | 257 | 254 | 55 | 0 | 2 | 37 | 262 | 41 | 65 |
| Binary | 1100000 | 10101111 | 10101100 | 101101 | 0 | 10 | 11111 | 10110010 | 100001 | 110101 |
Color Harmonies of #60AFAC
Complementary color
Monochromatic Colors of #60AFAC
Black with #60AFAC
Text Example
Text Example
White with #60AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AFAC; }
p { color: rgb(96,175,172); }
H1.HeaderClassName
{
color: #60AFAC;
}
.AnyTagClassName
{
color: #60AFAC;
}
</style>
background-color css
<style>
a { background-color: #60AFAC; }
a { background-color: rgb(96,175,172); }
div.DivClassName
{
background-color: #60AFAC;
}
.BgClassName
{
background-color: #60AFAC;
}
</style>
border-color css
<style>
span { border-color: #60AFAC; }
span { border-color: rgb(96,175,172); }
td.TdClassName
{
border-color: #60AFAC;
}
.TagClassName
{
border-color: #60AFAC;
}
</style>