Shades of Fountain Blue #60B4B6
Tints of Fountain Blue #60B4B6
RGB
CMYK
RGB Variations
Color information
#60B4B6 (or 0x60B4B6) is known color: Fountain Blue. HEX triplet: 60, B4 and B6. RGB value is (96,180,182). Sum of RGB (Red+Green+Blue) = 96+180+182=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 182 - color contains mainly: blue. Hex color #60B4B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B4B6 is #9F4B49. Grayscale: #9B9B9B. Windows color (decimal): -10439498 or 11973728. OLE color: 11973728.
HSL color Cylindrical-coordinate representation of color #60B4B6: hue angle of 181.4º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B4B6 is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 180 | 182 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.29 |
| HSL | 181.4º | 0.37% | 0.55% | - |
| HSV(B) | 181.4º | 0.47% | 0.71% | - |
| XYZ | 29.59 | 38.51 | 50.13 | - |
| YUV | 155.11 | 143.17 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 180 | 182 | 0.47 | 0.01 | 0 | 0.29 | 181.4 | 0.37 | 0.55 |
| Hex | 60 | B4 | B6 | 2F | 1 | 0 | 1D | B5 | 25 | 37 |
| Octal | 140 | 264 | 266 | 57 | 1 | 0 | 35 | 265 | 45 | 67 |
| Binary | 1100000 | 10110100 | 10110110 | 101111 | 1 | 0 | 11101 | 10110101 | 100101 | 110111 |
Color Harmonies of #60B4B6
Complementary color
Monochromatic Colors of #60B4B6
Black with #60B4B6
Text Example
Text Example
White with #60B4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B4B6; }
p { color: rgb(96,180,182); }
H1.HeaderClassName
{
color: #60B4B6;
}
.AnyTagClassName
{
color: #60B4B6;
}
</style>
background-color css
<style>
a { background-color: #60B4B6; }
a { background-color: rgb(96,180,182); }
div.DivClassName
{
background-color: #60B4B6;
}
.BgClassName
{
background-color: #60B4B6;
}
</style>
border-color css
<style>
span { border-color: #60B4B6; }
span { border-color: rgb(96,180,182); }
td.TdClassName
{
border-color: #60B4B6;
}
.TagClassName
{
border-color: #60B4B6;
}
</style>