Shades of Fountain Blue #60C2C5
Tints of Fountain Blue #60C2C5
RGB
CMYK
RGB Variations
Color information
#60C2C5 (or 0x60C2C5) is known color: Fountain Blue. HEX triplet: 60, C2 and C5. RGB value is (96,194,197). Sum of RGB (Red+Green+Blue) = 96+194+197=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 197 - color contains mainly: blue. Hex color #60C2C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C2C5 is #9F3D3A. Grayscale: #A4A4A4. Windows color (decimal): -10435899 or 12960352. OLE color: 12960352.
HSL color Cylindrical-coordinate representation of color #60C2C5: hue angle of 181.78º degrees, saturation: 0.47, 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 #60C2C5 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 194 | 197 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.23 |
| HSL | 181.78º | 0.47% | 0.57% | - |
| HSV(B) | 181.78º | 0.51% | 0.77% | - |
| XYZ | 34.19 | 45.1 | 59.73 | - |
| YUV | 165.04 | 146.03 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 197 | 0.51 | 0.02 | 0 | 0.23 | 181.78 | 0.47 | 0.57 |
| Hex | 60 | C2 | C5 | 33 | 2 | 0 | 17 | B6 | 2F | 39 |
| Octal | 140 | 302 | 305 | 63 | 2 | 0 | 27 | 266 | 57 | 71 |
| Binary | 1100000 | 11000010 | 11000101 | 110011 | 10 | 0 | 10111 | 10110110 | 101111 | 111001 |
Color Harmonies of #60C2C5
Complementary color
Monochromatic Colors of #60C2C5
Black with #60C2C5
Text Example
Text Example
White with #60C2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C2C5; }
p { color: rgb(96,194,197); }
H1.HeaderClassName
{
color: #60C2C5;
}
.AnyTagClassName
{
color: #60C2C5;
}
</style>
background-color css
<style>
a { background-color: #60C2C5; }
a { background-color: rgb(96,194,197); }
div.DivClassName
{
background-color: #60C2C5;
}
.BgClassName
{
background-color: #60C2C5;
}
</style>
border-color css
<style>
span { border-color: #60C2C5; }
span { border-color: rgb(96,194,197); }
td.TdClassName
{
border-color: #60C2C5;
}
.TagClassName
{
border-color: #60C2C5;
}
</style>