Shades of Fountain Blue #60C2C4
Tints of Fountain Blue #60C2C4
RGB
CMYK
RGB Variations
Color information
#60C2C4 (or 0x60C2C4) is known color: Fountain Blue. HEX triplet: 60, C2 and C4. RGB value is (96,194,196). Sum of RGB (Red+Green+Blue) = 96+194+196=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 196 - color contains mainly: blue. Hex color #60C2C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C2C4 is #9F3D3B. Grayscale: #A4A4A4. Windows color (decimal): -10435900 or 12894816. OLE color: 12894816.
HSL color Cylindrical-coordinate representation of color #60C2C4: hue angle of 181.2º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60C2C4 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 194 | 196 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.23 |
| HSL | 181.2º | 0.46% | 0.57% | - |
| HSV(B) | 181.2º | 0.51% | 0.77% | - |
| XYZ | 34.08 | 45.06 | 59.13 | - |
| YUV | 164.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 196 | 0.51 | 0.01 | 0 | 0.23 | 181.2 | 0.46 | 0.57 |
| Hex | 60 | C2 | C4 | 33 | 1 | 0 | 17 | B5 | 2E | 39 |
| Octal | 140 | 302 | 304 | 63 | 1 | 0 | 27 | 265 | 56 | 71 |
| Binary | 1100000 | 11000010 | 11000100 | 110011 | 1 | 0 | 10111 | 10110101 | 101110 | 111001 |
Color Harmonies of #60C2C4
Complementary color
Monochromatic Colors of #60C2C4
Black with #60C2C4
Text Example
Text Example
White with #60C2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C2C4; }
p { color: rgb(96,194,196); }
H1.HeaderClassName
{
color: #60C2C4;
}
.AnyTagClassName
{
color: #60C2C4;
}
</style>
background-color css
<style>
a { background-color: #60C2C4; }
a { background-color: rgb(96,194,196); }
div.DivClassName
{
background-color: #60C2C4;
}
.BgClassName
{
background-color: #60C2C4;
}
</style>
border-color css
<style>
span { border-color: #60C2C4; }
span { border-color: rgb(96,194,196); }
td.TdClassName
{
border-color: #60C2C4;
}
.TagClassName
{
border-color: #60C2C4;
}
</style>