Shades of Fountain Blue #54AFAC
Tints of Fountain Blue #54AFAC
RGB
CMYK
RGB Variations
Color information
#54AFAC (or 0x54AFAC) is known color: Fountain Blue. HEX triplet: 54, AF and AC. RGB value is (84,175,172). Sum of RGB (Red+Green+Blue) = 84+175+172=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #54AFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AFAC is #AB5053. Grayscale: #939393. Windows color (decimal): -11227220 or 11317076. OLE color: 11317076.
HSL color Cylindrical-coordinate representation of color #54AFAC: hue angle of 178.02º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AFAC is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 175 | 172 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.31 |
| HSL | 178.02º | 0.36% | 0.51% | - |
| HSV(B) | 178.02º | 0.52% | 0.69% | - |
| XYZ | 26.43 | 35.52 | 44.49 | - |
| YUV | 147.45 | 141.85 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 172 | 0.52 | 0 | 0.02 | 0.31 | 178.02 | 0.36 | 0.51 |
| Hex | 54 | AF | AC | 34 | 0 | 2 | 1F | B2 | 24 | 33 |
| Octal | 124 | 257 | 254 | 64 | 0 | 2 | 37 | 262 | 44 | 63 |
| Binary | 1010100 | 10101111 | 10101100 | 110100 | 0 | 10 | 11111 | 10110010 | 100100 | 110011 |
Color Harmonies of #54AFAC
Complementary color
Monochromatic Colors of #54AFAC
Black with #54AFAC
Text Example
Text Example
White with #54AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AFAC; }
p { color: rgb(84,175,172); }
H1.HeaderClassName
{
color: #54AFAC;
}
.AnyTagClassName
{
color: #54AFAC;
}
</style>
background-color css
<style>
a { background-color: #54AFAC; }
a { background-color: rgb(84,175,172); }
div.DivClassName
{
background-color: #54AFAC;
}
.BgClassName
{
background-color: #54AFAC;
}
</style>
border-color css
<style>
span { border-color: #54AFAC; }
span { border-color: rgb(84,175,172); }
td.TdClassName
{
border-color: #54AFAC;
}
.TagClassName
{
border-color: #54AFAC;
}
</style>