Shades of Fountain Blue #54AEAC
Tints of Fountain Blue #54AEAC
RGB
CMYK
RGB Variations
Color information
#54AEAC (or 0x54AEAC) is known color: Fountain Blue. HEX triplet: 54, AE and AC. RGB value is (84,174,172). Sum of RGB (Red+Green+Blue) = 84+174+172=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 174 - color contains mainly: green. Hex color #54AEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AEAC is #AB5153. Grayscale: #929292. Windows color (decimal): -11227476 or 11316820. OLE color: 11316820.
HSL color Cylindrical-coordinate representation of color #54AEAC: hue angle of 178.67º 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 #54AEAC is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 174 | 172 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.32 |
| HSL | 178.67º | 0.36% | 0.51% | - |
| HSV(B) | 178.67º | 0.52% | 0.68% | - |
| XYZ | 26.24 | 35.14 | 44.43 | - |
| YUV | 146.86 | 142.18 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 174 | 172 | 0.52 | 0 | 0.01 | 0.32 | 178.67 | 0.36 | 0.51 |
| Hex | 54 | AE | AC | 34 | 0 | 1 | 20 | B3 | 24 | 33 |
| Octal | 124 | 256 | 254 | 64 | 0 | 1 | 40 | 263 | 44 | 63 |
| Binary | 1010100 | 10101110 | 10101100 | 110100 | 0 | 1 | 100000 | 10110011 | 100100 | 110011 |
Color Harmonies of #54AEAC
Complementary color
Monochromatic Colors of #54AEAC
Black with #54AEAC
Text Example
Text Example
White with #54AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AEAC; }
p { color: rgb(84,174,172); }
H1.HeaderClassName
{
color: #54AEAC;
}
.AnyTagClassName
{
color: #54AEAC;
}
</style>
background-color css
<style>
a { background-color: #54AEAC; }
a { background-color: rgb(84,174,172); }
div.DivClassName
{
background-color: #54AEAC;
}
.BgClassName
{
background-color: #54AEAC;
}
</style>
border-color css
<style>
span { border-color: #54AEAC; }
span { border-color: rgb(84,174,172); }
td.TdClassName
{
border-color: #54AEAC;
}
.TagClassName
{
border-color: #54AEAC;
}
</style>