Shades of Fountain Blue #54BDBA
Tints of Fountain Blue #54BDBA
RGB
CMYK
RGB Variations
Color information
#54BDBA (or 0x54BDBA) is known color: Fountain Blue. HEX triplet: 54, BD and BA. RGB value is (84,189,186). Sum of RGB (Red+Green+Blue) = 84+189+186=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #54BDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BDBA is #AB4245. Grayscale: #9D9D9D. Windows color (decimal): -11223622 or 12238164. OLE color: 12238164.
HSL color Cylindrical-coordinate representation of color #54BDBA: hue angle of 178.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BDBA is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 189 | 186 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.26 |
| HSL | 178.29º | 0.44% | 0.54% | - |
| HSV(B) | 178.29º | 0.56% | 0.74% | - |
| XYZ | 30.72 | 41.83 | 52.91 | - |
| YUV | 157.26 | 144.21 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 186 | 0.56 | 0 | 0.02 | 0.26 | 178.29 | 0.44 | 0.54 |
| Hex | 54 | BD | BA | 38 | 0 | 2 | 1A | B2 | 2C | 36 |
| Octal | 124 | 275 | 272 | 70 | 0 | 2 | 32 | 262 | 54 | 66 |
| Binary | 1010100 | 10111101 | 10111010 | 111000 | 0 | 10 | 11010 | 10110010 | 101100 | 110110 |
Color Harmonies of #54BDBA
Complementary color
Monochromatic Colors of #54BDBA
Black with #54BDBA
Text Example
Text Example
White with #54BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDBA; }
p { color: rgb(84,189,186); }
H1.HeaderClassName
{
color: #54BDBA;
}
.AnyTagClassName
{
color: #54BDBA;
}
</style>
background-color css
<style>
a { background-color: #54BDBA; }
a { background-color: rgb(84,189,186); }
div.DivClassName
{
background-color: #54BDBA;
}
.BgClassName
{
background-color: #54BDBA;
}
</style>
border-color css
<style>
span { border-color: #54BDBA; }
span { border-color: rgb(84,189,186); }
td.TdClassName
{
border-color: #54BDBA;
}
.TagClassName
{
border-color: #54BDBA;
}
</style>