Shades of Fountain Blue #51B3B5
Tints of Fountain Blue #51B3B5
RGB
CMYK
RGB Variations
Color information
#51B3B5 (or 0x51B3B5) is known color: Fountain Blue. HEX triplet: 51, B3 and B5. RGB value is (81,179,181). Sum of RGB (Red+Green+Blue) = 81+179+181=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 181 - color contains mainly: blue. Hex color #51B3B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B3B5 is #AE4C4A. Grayscale: #959595. Windows color (decimal): -11422795 or 11907921. OLE color: 11907921.
HSL color Cylindrical-coordinate representation of color #51B3B5: hue angle of 181.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B3B5 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 179 | 181 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.29 |
| HSL | 181.2º | 0.4% | 0.51% | - |
| HSV(B) | 181.2º | 0.55% | 0.71% | - |
| XYZ | 27.85 | 37.33 | 49.45 | - |
| YUV | 149.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 179 | 181 | 0.55 | 0.01 | 0 | 0.29 | 181.2 | 0.4 | 0.51 |
| Hex | 51 | B3 | B5 | 37 | 1 | 0 | 1D | B5 | 28 | 33 |
| Octal | 121 | 263 | 265 | 67 | 1 | 0 | 35 | 265 | 50 | 63 |
| Binary | 1010001 | 10110011 | 10110101 | 110111 | 1 | 0 | 11101 | 10110101 | 101000 | 110011 |
Color Harmonies of #51B3B5
Complementary color
Monochromatic Colors of #51B3B5
Black with #51B3B5
Text Example
Text Example
White with #51B3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B3B5; }
p { color: rgb(81,179,181); }
H1.HeaderClassName
{
color: #51B3B5;
}
.AnyTagClassName
{
color: #51B3B5;
}
</style>
background-color css
<style>
a { background-color: #51B3B5; }
a { background-color: rgb(81,179,181); }
div.DivClassName
{
background-color: #51B3B5;
}
.BgClassName
{
background-color: #51B3B5;
}
</style>
border-color css
<style>
span { border-color: #51B3B5; }
span { border-color: rgb(81,179,181); }
td.TdClassName
{
border-color: #51B3B5;
}
.TagClassName
{
border-color: #51B3B5;
}
</style>