Shades of Fountain Blue #54ABAC
Tints of Fountain Blue #54ABAC
RGB
CMYK
RGB Variations
Color information
#54ABAC (or 0x54ABAC) is known color: Fountain Blue. HEX triplet: 54, AB and AC. RGB value is (84,171,172). Sum of RGB (Red+Green+Blue) = 84+171+172=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #54ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54ABAC is #AB5453. Grayscale: #919191. Windows color (decimal): -11228244 or 11316052. OLE color: 11316052.
HSL color Cylindrical-coordinate representation of color #54ABAC: hue angle of 180.68º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54ABAC is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 171 | 172 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.33 |
| HSL | 180.68º | 0.35% | 0.5% | - |
| HSV(B) | 180.68º | 0.51% | 0.67% | - |
| XYZ | 25.67 | 33.99 | 44.24 | - |
| YUV | 145.1 | 143.18 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 172 | 0.51 | 0.01 | 0 | 0.33 | 180.68 | 0.35 | 0.5 |
| Hex | 54 | AB | AC | 33 | 1 | 0 | 21 | B5 | 23 | 32 |
| Octal | 124 | 253 | 254 | 63 | 1 | 0 | 41 | 265 | 43 | 62 |
| Binary | 1010100 | 10101011 | 10101100 | 110011 | 1 | 0 | 100001 | 10110101 | 100011 | 110010 |
Color Harmonies of #54ABAC
Complementary color
Monochromatic Colors of #54ABAC
Black with #54ABAC
Text Example
Text Example
White with #54ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ABAC; }
p { color: rgb(84,171,172); }
H1.HeaderClassName
{
color: #54ABAC;
}
.AnyTagClassName
{
color: #54ABAC;
}
</style>
background-color css
<style>
a { background-color: #54ABAC; }
a { background-color: rgb(84,171,172); }
div.DivClassName
{
background-color: #54ABAC;
}
.BgClassName
{
background-color: #54ABAC;
}
</style>
border-color css
<style>
span { border-color: #54ABAC; }
span { border-color: rgb(84,171,172); }
td.TdClassName
{
border-color: #54ABAC;
}
.TagClassName
{
border-color: #54ABAC;
}
</style>