Shades of Fountain Blue #55BCB6
Tints of Fountain Blue #55BCB6
RGB
CMYK
RGB Variations
Color information
#55BCB6 (or 0x55BCB6) is known color: Fountain Blue. HEX triplet: 55, BC and B6. RGB value is (85,188,182). Sum of RGB (Red+Green+Blue) = 85+188+182=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #55BCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCB6 is #AA4349. Grayscale: #9C9C9C. Windows color (decimal): -11158346 or 11975765. OLE color: 11975765.
HSL color Cylindrical-coordinate representation of color #55BCB6: hue angle of 176.5º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BCB6 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 182 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.26 |
| HSL | 176.5º | 0.43% | 0.54% | - |
| HSV(B) | 176.5º | 0.55% | 0.74% | - |
| XYZ | 30.17 | 41.28 | 50.63 | - |
| YUV | 156.52 | 142.38 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 182 | 0.55 | 0 | 0.03 | 0.26 | 176.5 | 0.43 | 0.54 |
| Hex | 55 | BC | B6 | 37 | 0 | 3 | 1A | B1 | 2B | 36 |
| Octal | 125 | 274 | 266 | 67 | 0 | 3 | 32 | 261 | 53 | 66 |
| Binary | 1010101 | 10111100 | 10110110 | 110111 | 0 | 11 | 11010 | 10110001 | 101011 | 110110 |
Color Harmonies of #55BCB6
Complementary color
Monochromatic Colors of #55BCB6
Black with #55BCB6
Text Example
Text Example
White with #55BCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BCB6; }
p { color: rgb(85,188,182); }
H1.HeaderClassName
{
color: #55BCB6;
}
.AnyTagClassName
{
color: #55BCB6;
}
</style>
background-color css
<style>
a { background-color: #55BCB6; }
a { background-color: rgb(85,188,182); }
div.DivClassName
{
background-color: #55BCB6;
}
.BgClassName
{
background-color: #55BCB6;
}
</style>
border-color css
<style>
span { border-color: #55BCB6; }
span { border-color: rgb(85,188,182); }
td.TdClassName
{
border-color: #55BCB6;
}
.TagClassName
{
border-color: #55BCB6;
}
</style>