Shades of Fountain Blue #51ADAC
Tints of Fountain Blue #51ADAC
RGB
CMYK
RGB Variations
Color information
#51ADAC (or 0x51ADAC) is known color: Fountain Blue. HEX triplet: 51, AD and AC. RGB value is (81,173,172). Sum of RGB (Red+Green+Blue) = 81+173+172=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 173 - color contains mainly: green. Hex color #51ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51ADAC is #AE5253. Grayscale: #919191. Windows color (decimal): -11424340 or 11316561. OLE color: 11316561.
HSL color Cylindrical-coordinate representation of color #51ADAC: hue angle of 179.35º 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 #51ADAC is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 173 | 172 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.32 |
| HSL | 179.35º | 0.36% | 0.5% | - |
| HSV(B) | 179.35º | 0.53% | 0.68% | - |
| XYZ | 25.78 | 34.62 | 44.35 | - |
| YUV | 145.38 | 143.02 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 173 | 172 | 0.53 | 0 | 0.01 | 0.32 | 179.35 | 0.36 | 0.5 |
| Hex | 51 | AD | AC | 35 | 0 | 1 | 20 | B3 | 24 | 32 |
| Octal | 121 | 255 | 254 | 65 | 0 | 1 | 40 | 263 | 44 | 62 |
| Binary | 1010001 | 10101101 | 10101100 | 110101 | 0 | 1 | 100000 | 10110011 | 100100 | 110010 |
Color Harmonies of #51ADAC
Complementary color
Monochromatic Colors of #51ADAC
Black with #51ADAC
Text Example
Text Example
White with #51ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ADAC; }
p { color: rgb(81,173,172); }
H1.HeaderClassName
{
color: #51ADAC;
}
.AnyTagClassName
{
color: #51ADAC;
}
</style>
background-color css
<style>
a { background-color: #51ADAC; }
a { background-color: rgb(81,173,172); }
div.DivClassName
{
background-color: #51ADAC;
}
.BgClassName
{
background-color: #51ADAC;
}
</style>
border-color css
<style>
span { border-color: #51ADAC; }
span { border-color: rgb(81,173,172); }
td.TdClassName
{
border-color: #51ADAC;
}
.TagClassName
{
border-color: #51ADAC;
}
</style>