Shades of Fountain Blue #55BAB6
Tints of Fountain Blue #55BAB6
RGB
CMYK
RGB Variations
Color information
#55BAB6 (or 0x55BAB6) is known color: Fountain Blue. HEX triplet: 55, BA and B6. RGB value is (85,186,182). Sum of RGB (Red+Green+Blue) = 85+186+182=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #55BAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BAB6 is #AA4549. Grayscale: #9B9B9B. Windows color (decimal): -11158858 or 11975253. OLE color: 11975253.
HSL color Cylindrical-coordinate representation of color #55BAB6: hue angle of 177.62º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55BAB6 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 182 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.27 |
| HSL | 177.62º | 0.42% | 0.53% | - |
| HSV(B) | 177.62º | 0.54% | 0.73% | - |
| XYZ | 29.75 | 40.43 | 50.49 | - |
| YUV | 155.35 | 143.04 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 182 | 0.54 | 0 | 0.02 | 0.27 | 177.62 | 0.42 | 0.53 |
| Hex | 55 | BA | B6 | 36 | 0 | 2 | 1B | B2 | 2A | 35 |
| Octal | 125 | 272 | 266 | 66 | 0 | 2 | 33 | 262 | 52 | 65 |
| Binary | 1010101 | 10111010 | 10110110 | 110110 | 0 | 10 | 11011 | 10110010 | 101010 | 110101 |
Color Harmonies of #55BAB6
Complementary color
Monochromatic Colors of #55BAB6
Black with #55BAB6
Text Example
Text Example
White with #55BAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BAB6; }
p { color: rgb(85,186,182); }
H1.HeaderClassName
{
color: #55BAB6;
}
.AnyTagClassName
{
color: #55BAB6;
}
</style>
background-color css
<style>
a { background-color: #55BAB6; }
a { background-color: rgb(85,186,182); }
div.DivClassName
{
background-color: #55BAB6;
}
.BgClassName
{
background-color: #55BAB6;
}
</style>
border-color css
<style>
span { border-color: #55BAB6; }
span { border-color: rgb(85,186,182); }
td.TdClassName
{
border-color: #55BAB6;
}
.TagClassName
{
border-color: #55BAB6;
}
</style>