Shades of Fountain Blue #51A8AF
Tints of Fountain Blue #51A8AF
RGB
CMYK
RGB Variations
Color information
#51A8AF (or 0x51A8AF) is known color: Fountain Blue. HEX triplet: 51, A8 and AF. RGB value is (81,168,175). Sum of RGB (Red+Green+Blue) = 81+168+175=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #51A8AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A8AF is #AE5750. Grayscale: #8E8E8E. Windows color (decimal): -11425617 or 11511889. OLE color: 11511889.
HSL color Cylindrical-coordinate representation of color #51A8AF: hue angle of 184.47º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51A8AF is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 168 | 175 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.31 |
| HSL | 184.47º | 0.37% | 0.5% | - |
| HSV(B) | 184.47º | 0.54% | 0.69% | - |
| XYZ | 25.13 | 32.85 | 45.57 | - |
| YUV | 142.79 | 146.18 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 168 | 175 | 0.54 | 0.04 | 0 | 0.31 | 184.47 | 0.37 | 0.5 |
| Hex | 51 | A8 | AF | 36 | 4 | 0 | 1F | B8 | 25 | 32 |
| Octal | 121 | 250 | 257 | 66 | 4 | 0 | 37 | 270 | 45 | 62 |
| Binary | 1010001 | 10101000 | 10101111 | 110110 | 100 | 0 | 11111 | 10111000 | 100101 | 110010 |
Color Harmonies of #51A8AF
Complementary color
Monochromatic Colors of #51A8AF
Black with #51A8AF
Text Example
Text Example
White with #51A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A8AF; }
p { color: rgb(81,168,175); }
H1.HeaderClassName
{
color: #51A8AF;
}
.AnyTagClassName
{
color: #51A8AF;
}
</style>
background-color css
<style>
a { background-color: #51A8AF; }
a { background-color: rgb(81,168,175); }
div.DivClassName
{
background-color: #51A8AF;
}
.BgClassName
{
background-color: #51A8AF;
}
</style>
border-color css
<style>
span { border-color: #51A8AF; }
span { border-color: rgb(81,168,175); }
td.TdClassName
{
border-color: #51A8AF;
}
.TagClassName
{
border-color: #51A8AF;
}
</style>