Shades of Fountain Blue #54A8AE
Tints of Fountain Blue #54A8AE
RGB
CMYK
RGB Variations
Color information
#54A8AE (or 0x54A8AE) is known color: Fountain Blue. HEX triplet: 54, A8 and AE. RGB value is (84,168,174). Sum of RGB (Red+Green+Blue) = 84+168+174=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #54A8AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A8AE is #AB5751. Grayscale: #8F8F8F. Windows color (decimal): -11229010 or 11446356. OLE color: 11446356.
HSL color Cylindrical-coordinate representation of color #54A8AE: hue angle of 184º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54A8AE is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 168 | 174 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.32 |
| HSL | 184º | 0.36% | 0.51% | - |
| HSV(B) | 184º | 0.52% | 0.68% | - |
| XYZ | 25.3 | 32.95 | 45.07 | - |
| YUV | 143.57 | 145.17 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 168 | 174 | 0.52 | 0.03 | 0 | 0.32 | 184 | 0.36 | 0.51 |
| Hex | 54 | A8 | AE | 34 | 3 | 0 | 20 | B8 | 24 | 33 |
| Octal | 124 | 250 | 256 | 64 | 3 | 0 | 40 | 270 | 44 | 63 |
| Binary | 1010100 | 10101000 | 10101110 | 110100 | 11 | 0 | 100000 | 10111000 | 100100 | 110011 |
Color Harmonies of #54A8AE
Complementary color
Monochromatic Colors of #54A8AE
Black with #54A8AE
Text Example
Text Example
White with #54A8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A8AE; }
p { color: rgb(84,168,174); }
H1.HeaderClassName
{
color: #54A8AE;
}
.AnyTagClassName
{
color: #54A8AE;
}
</style>
background-color css
<style>
a { background-color: #54A8AE; }
a { background-color: rgb(84,168,174); }
div.DivClassName
{
background-color: #54A8AE;
}
.BgClassName
{
background-color: #54A8AE;
}
</style>
border-color css
<style>
span { border-color: #54A8AE; }
span { border-color: rgb(84,168,174); }
td.TdClassName
{
border-color: #54A8AE;
}
.TagClassName
{
border-color: #54A8AE;
}
</style>