Shades of Fountain Blue #51A8AD
Tints of Fountain Blue #51A8AD
RGB
CMYK
RGB Variations
Color information
#51A8AD (or 0x51A8AD) is known color: Fountain Blue. HEX triplet: 51, A8 and AD. RGB value is (81,168,173). Sum of RGB (Red+Green+Blue) = 81+168+173=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #51A8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A8AD is #AE5752. Grayscale: #8E8E8E. Windows color (decimal): -11425619 or 11380817. OLE color: 11380817.
HSL color Cylindrical-coordinate representation of color #51A8AD: hue angle of 183.26º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51A8AD is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 168 | 173 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.32 |
| HSL | 183.26º | 0.36% | 0.5% | - |
| HSV(B) | 183.26º | 0.53% | 0.68% | - |
| XYZ | 24.94 | 32.77 | 44.55 | - |
| YUV | 142.56 | 145.18 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 168 | 173 | 0.53 | 0.03 | 0 | 0.32 | 183.26 | 0.36 | 0.5 |
| Hex | 51 | A8 | AD | 35 | 3 | 0 | 20 | B7 | 24 | 32 |
| Octal | 121 | 250 | 255 | 65 | 3 | 0 | 40 | 267 | 44 | 62 |
| Binary | 1010001 | 10101000 | 10101101 | 110101 | 11 | 0 | 100000 | 10110111 | 100100 | 110010 |
Color Harmonies of #51A8AD
Complementary color
Monochromatic Colors of #51A8AD
Black with #51A8AD
Text Example
Text Example
White with #51A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A8AD; }
p { color: rgb(81,168,173); }
H1.HeaderClassName
{
color: #51A8AD;
}
.AnyTagClassName
{
color: #51A8AD;
}
</style>
background-color css
<style>
a { background-color: #51A8AD; }
a { background-color: rgb(81,168,173); }
div.DivClassName
{
background-color: #51A8AD;
}
.BgClassName
{
background-color: #51A8AD;
}
</style>
border-color css
<style>
span { border-color: #51A8AD; }
span { border-color: rgb(81,168,173); }
td.TdClassName
{
border-color: #51A8AD;
}
.TagClassName
{
border-color: #51A8AD;
}
</style>