Shades of Fountain Blue #51ABAC
Tints of Fountain Blue #51ABAC
RGB
CMYK
RGB Variations
Color information
#51ABAC (or 0x51ABAC) is known color: Fountain Blue. HEX triplet: 51, AB and AC. RGB value is (81,171,172). Sum of RGB (Red+Green+Blue) = 81+171+172=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #51ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51ABAC is #AE5453. Grayscale: #909090. Windows color (decimal): -11424852 or 11316049. OLE color: 11316049.
HSL color Cylindrical-coordinate representation of color #51ABAC: hue angle of 180.66º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51ABAC is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 171 | 172 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.33 |
| HSL | 180.66º | 0.36% | 0.5% | - |
| HSV(B) | 180.66º | 0.53% | 0.67% | - |
| XYZ | 25.4 | 33.85 | 44.23 | - |
| YUV | 144.2 | 143.68 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 171 | 172 | 0.53 | 0.01 | 0 | 0.33 | 180.66 | 0.36 | 0.5 |
| Hex | 51 | AB | AC | 35 | 1 | 0 | 21 | B5 | 24 | 32 |
| Octal | 121 | 253 | 254 | 65 | 1 | 0 | 41 | 265 | 44 | 62 |
| Binary | 1010001 | 10101011 | 10101100 | 110101 | 1 | 0 | 100001 | 10110101 | 100100 | 110010 |
Color Harmonies of #51ABAC
Complementary color
Monochromatic Colors of #51ABAC
Black with #51ABAC
Text Example
Text Example
White with #51ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ABAC; }
p { color: rgb(81,171,172); }
H1.HeaderClassName
{
color: #51ABAC;
}
.AnyTagClassName
{
color: #51ABAC;
}
</style>
background-color css
<style>
a { background-color: #51ABAC; }
a { background-color: rgb(81,171,172); }
div.DivClassName
{
background-color: #51ABAC;
}
.BgClassName
{
background-color: #51ABAC;
}
</style>
border-color css
<style>
span { border-color: #51ABAC; }
span { border-color: rgb(81,171,172); }
td.TdClassName
{
border-color: #51ABAC;
}
.TagClassName
{
border-color: #51ABAC;
}
</style>