Shades of Fountain Blue #60BFB6
Tints of Fountain Blue #60BFB6
RGB
CMYK
RGB Variations
Color information
#60BFB6 (or 0x60BFB6) is known color: Fountain Blue. HEX triplet: 60, BF and B6. RGB value is (96,191,182). Sum of RGB (Red+Green+Blue) = 96+191+182=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 182 (71.48% from 255 or 38.81% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #60BFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BFB6 is #9F4049. Grayscale: #A1A1A1. Windows color (decimal): -10436682 or 11976544. OLE color: 11976544.
HSL color Cylindrical-coordinate representation of color #60BFB6: hue angle of 174.32º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BFB6 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 182 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.25 |
| HSL | 174.32º | 0.43% | 0.56% | - |
| HSV(B) | 174.32º | 0.5% | 0.75% | - |
| XYZ | 31.9 | 43.13 | 50.9 | - |
| YUV | 161.57 | 139.53 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 182 | 0.50 | 0 | 0.05 | 0.25 | 174.32 | 0.43 | 0.56 |
| Hex | 60 | BF | B6 | 32 | 0 | 5 | 19 | AE | 2B | 38 |
| Octal | 140 | 277 | 266 | 62 | 0 | 5 | 31 | 256 | 53 | 70 |
| Binary | 1100000 | 10111111 | 10110110 | 110010 | 0 | 101 | 11001 | 10101110 | 101011 | 111000 |
Color Harmonies of #60BFB6
Complementary color
Monochromatic Colors of #60BFB6
Black with #60BFB6
Text Example
Text Example
White with #60BFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFB6; }
p { color: rgb(96,191,182); }
H1.HeaderClassName
{
color: #60BFB6;
}
.AnyTagClassName
{
color: #60BFB6;
}
</style>
background-color css
<style>
a { background-color: #60BFB6; }
a { background-color: rgb(96,191,182); }
div.DivClassName
{
background-color: #60BFB6;
}
.BgClassName
{
background-color: #60BFB6;
}
</style>
border-color css
<style>
span { border-color: #60BFB6; }
span { border-color: rgb(96,191,182); }
td.TdClassName
{
border-color: #60BFB6;
}
.TagClassName
{
border-color: #60BFB6;
}
</style>