Shades of Fountain Blue #54AEAA
Tints of Fountain Blue #54AEAA
RGB
CMYK
RGB Variations
Color information
#54AEAA (or 0x54AEAA) is known color: Fountain Blue. HEX triplet: 54, AE and AA. RGB value is (84,174,170). Sum of RGB (Red+Green+Blue) = 84+174+170=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #54AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AEAA is #AB5155. Grayscale: #929292. Windows color (decimal): -11227478 or 11185748. OLE color: 11185748.
HSL color Cylindrical-coordinate representation of color #54AEAA: hue angle of 177.33º 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 #54AEAA is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 174 | 170 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.32 |
| HSL | 177.33º | 0.36% | 0.51% | - |
| HSV(B) | 177.33º | 0.52% | 0.68% | - |
| XYZ | 26.05 | 35.06 | 43.42 | - |
| YUV | 146.63 | 141.18 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 174 | 170 | 0.52 | 0 | 0.02 | 0.32 | 177.33 | 0.36 | 0.51 |
| Hex | 54 | AE | AA | 34 | 0 | 2 | 20 | B1 | 24 | 33 |
| Octal | 124 | 256 | 252 | 64 | 0 | 2 | 40 | 261 | 44 | 63 |
| Binary | 1010100 | 10101110 | 10101010 | 110100 | 0 | 10 | 100000 | 10110001 | 100100 | 110011 |
Color Harmonies of #54AEAA
Complementary color
Monochromatic Colors of #54AEAA
Black with #54AEAA
Text Example
Text Example
White with #54AEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AEAA; }
p { color: rgb(84,174,170); }
H1.HeaderClassName
{
color: #54AEAA;
}
.AnyTagClassName
{
color: #54AEAA;
}
</style>
background-color css
<style>
a { background-color: #54AEAA; }
a { background-color: rgb(84,174,170); }
div.DivClassName
{
background-color: #54AEAA;
}
.BgClassName
{
background-color: #54AEAA;
}
</style>
border-color css
<style>
span { border-color: #54AEAA; }
span { border-color: rgb(84,174,170); }
td.TdClassName
{
border-color: #54AEAA;
}
.TagClassName
{
border-color: #54AEAA;
}
</style>