Shades of Fountain Blue #54BEB9
Tints of Fountain Blue #54BEB9
RGB
CMYK
RGB Variations
Color information
#54BEB9 (or 0x54BEB9) is known color: Fountain Blue. HEX triplet: 54, BE and B9. RGB value is (84,190,185). Sum of RGB (Red+Green+Blue) = 84+190+185=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #54BEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BEB9 is #AB4146. Grayscale: #9D9D9D. Windows color (decimal): -11223367 or 12172884. OLE color: 12172884.
HSL color Cylindrical-coordinate representation of color #54BEB9: hue angle of 177.17º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BEB9 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 190 | 185 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.25 |
| HSL | 177.17º | 0.45% | 0.54% | - |
| HSV(B) | 177.17º | 0.56% | 0.75% | - |
| XYZ | 30.83 | 42.21 | 52.42 | - |
| YUV | 157.74 | 143.38 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 190 | 185 | 0.56 | 0 | 0.03 | 0.25 | 177.17 | 0.45 | 0.54 |
| Hex | 54 | BE | B9 | 38 | 0 | 3 | 19 | B1 | 2D | 36 |
| Octal | 124 | 276 | 271 | 70 | 0 | 3 | 31 | 261 | 55 | 66 |
| Binary | 1010100 | 10111110 | 10111001 | 111000 | 0 | 11 | 11001 | 10110001 | 101101 | 110110 |
Color Harmonies of #54BEB9
Complementary color
Monochromatic Colors of #54BEB9
Black with #54BEB9
Text Example
Text Example
White with #54BEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BEB9; }
p { color: rgb(84,190,185); }
H1.HeaderClassName
{
color: #54BEB9;
}
.AnyTagClassName
{
color: #54BEB9;
}
</style>
background-color css
<style>
a { background-color: #54BEB9; }
a { background-color: rgb(84,190,185); }
div.DivClassName
{
background-color: #54BEB9;
}
.BgClassName
{
background-color: #54BEB9;
}
</style>
border-color css
<style>
span { border-color: #54BEB9; }
span { border-color: rgb(84,190,185); }
td.TdClassName
{
border-color: #54BEB9;
}
.TagClassName
{
border-color: #54BEB9;
}
</style>