Shades of Fountain Blue #55B0AF
Tints of Fountain Blue #55B0AF
RGB
CMYK
RGB Variations
Color information
#55B0AF (or 0x55B0AF) is known color: Fountain Blue. HEX triplet: 55, B0 and AF. RGB value is (85,176,175). Sum of RGB (Red+Green+Blue) = 85+176+175=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 176 - color contains mainly: green. Hex color #55B0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B0AF is #AA4F50. Grayscale: #949494. Windows color (decimal): -11161425 or 11513941. OLE color: 11513941.
HSL color Cylindrical-coordinate representation of color #55B0AF: hue angle of 179.34º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B0AF is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 176 | 175 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.31 |
| HSL | 179.34º | 0.37% | 0.51% | - |
| HSV(B) | 179.34º | 0.52% | 0.69% | - |
| XYZ | 27.01 | 36.08 | 46.1 | - |
| YUV | 148.68 | 142.85 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 176 | 175 | 0.52 | 0 | 0.01 | 0.31 | 179.34 | 0.37 | 0.51 |
| Hex | 55 | B0 | AF | 34 | 0 | 1 | 1F | B3 | 25 | 33 |
| Octal | 125 | 260 | 257 | 64 | 0 | 1 | 37 | 263 | 45 | 63 |
| Binary | 1010101 | 10110000 | 10101111 | 110100 | 0 | 1 | 11111 | 10110011 | 100101 | 110011 |
Color Harmonies of #55B0AF
Complementary color
Monochromatic Colors of #55B0AF
Black with #55B0AF
Text Example
Text Example
White with #55B0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B0AF; }
p { color: rgb(85,176,175); }
H1.HeaderClassName
{
color: #55B0AF;
}
.AnyTagClassName
{
color: #55B0AF;
}
</style>
background-color css
<style>
a { background-color: #55B0AF; }
a { background-color: rgb(85,176,175); }
div.DivClassName
{
background-color: #55B0AF;
}
.BgClassName
{
background-color: #55B0AF;
}
</style>
border-color css
<style>
span { border-color: #55B0AF; }
span { border-color: rgb(85,176,175); }
td.TdClassName
{
border-color: #55B0AF;
}
.TagClassName
{
border-color: #55B0AF;
}
</style>