Shades of Fountain Blue #54ABAA
Tints of Fountain Blue #54ABAA
RGB
CMYK
RGB Variations
Color information
#54ABAA (or 0x54ABAA) is known color: Fountain Blue. HEX triplet: 54, AB and AA. RGB value is (84,171,170). Sum of RGB (Red+Green+Blue) = 84+171+170=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 171 - color contains mainly: green. Hex color #54ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54ABAA is #AB5455. Grayscale: #909090. Windows color (decimal): -11228246 or 11184980. OLE color: 11184980.
HSL color Cylindrical-coordinate representation of color #54ABAA: hue angle of 179.31º degrees, saturation: 0.34, 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 #54ABAA is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 171 | 170 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.33 |
| HSL | 179.31º | 0.34% | 0.5% | - |
| HSV(B) | 179.31º | 0.51% | 0.67% | - |
| XYZ | 25.47 | 33.91 | 43.23 | - |
| YUV | 144.87 | 142.18 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 170 | 0.51 | 0 | 0.01 | 0.33 | 179.31 | 0.34 | 0.5 |
| Hex | 54 | AB | AA | 33 | 0 | 1 | 21 | B3 | 22 | 32 |
| Octal | 124 | 253 | 252 | 63 | 0 | 1 | 41 | 263 | 42 | 62 |
| Binary | 1010100 | 10101011 | 10101010 | 110011 | 0 | 1 | 100001 | 10110011 | 100010 | 110010 |
Color Harmonies of #54ABAA
Complementary color
Monochromatic Colors of #54ABAA
Black with #54ABAA
Text Example
Text Example
White with #54ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ABAA; }
p { color: rgb(84,171,170); }
H1.HeaderClassName
{
color: #54ABAA;
}
.AnyTagClassName
{
color: #54ABAA;
}
</style>
background-color css
<style>
a { background-color: #54ABAA; }
a { background-color: rgb(84,171,170); }
div.DivClassName
{
background-color: #54ABAA;
}
.BgClassName
{
background-color: #54ABAA;
}
</style>
border-color css
<style>
span { border-color: #54ABAA; }
span { border-color: rgb(84,171,170); }
td.TdClassName
{
border-color: #54ABAA;
}
.TagClassName
{
border-color: #54ABAA;
}
</style>