Shades of Fountain Blue #60ACB4
Tints of Fountain Blue #60ACB4
RGB
CMYK
RGB Variations
Color information
#60ACB4 (or 0x60ACB4) is known color: Fountain Blue. HEX triplet: 60, AC and B4. RGB value is (96,172,180). Sum of RGB (Red+Green+Blue) = 96+172+180=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #60ACB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ACB4 is #9F534B. Grayscale: #969696. Windows color (decimal): -10441548 or 11840608. OLE color: 11840608.
HSL color Cylindrical-coordinate representation of color #60ACB4: hue angle of 185.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60ACB4 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 172 | 180 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.29 |
| HSL | 185.71º | 0.36% | 0.54% | - |
| HSV(B) | 185.71º | 0.47% | 0.71% | - |
| XYZ | 27.81 | 35.29 | 48.53 | - |
| YUV | 150.19 | 144.82 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 180 | 0.47 | 0.04 | 0 | 0.29 | 185.71 | 0.36 | 0.54 |
| Hex | 60 | AC | B4 | 2F | 4 | 0 | 1D | BA | 24 | 36 |
| Octal | 140 | 254 | 264 | 57 | 4 | 0 | 35 | 272 | 44 | 66 |
| Binary | 1100000 | 10101100 | 10110100 | 101111 | 100 | 0 | 11101 | 10111010 | 100100 | 110110 |
Color Harmonies of #60ACB4
Complementary color
Monochromatic Colors of #60ACB4
Black with #60ACB4
Text Example
Text Example
White with #60ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ACB4; }
p { color: rgb(96,172,180); }
H1.HeaderClassName
{
color: #60ACB4;
}
.AnyTagClassName
{
color: #60ACB4;
}
</style>
background-color css
<style>
a { background-color: #60ACB4; }
a { background-color: rgb(96,172,180); }
div.DivClassName
{
background-color: #60ACB4;
}
.BgClassName
{
background-color: #60ACB4;
}
</style>
border-color css
<style>
span { border-color: #60ACB4; }
span { border-color: rgb(96,172,180); }
td.TdClassName
{
border-color: #60ACB4;
}
.TagClassName
{
border-color: #60ACB4;
}
</style>