Shades of Fountain Blue #52BAB7
Tints of Fountain Blue #52BAB7
RGB
CMYK
RGB Variations
Color information
#52BAB7 (or 0x52BAB7) is known color: Fountain Blue. HEX triplet: 52, BA and B7. RGB value is (82,186,183). Sum of RGB (Red+Green+Blue) = 82+186+183=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #52BAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BAB7 is #AD4548. Grayscale: #9A9A9A. Windows color (decimal): -11355465 or 12040786. OLE color: 12040786.
HSL color Cylindrical-coordinate representation of color #52BAB7: hue angle of 178.27º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BAB7 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 186 | 183 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.27 |
| HSL | 178.27º | 0.43% | 0.53% | - |
| HSV(B) | 178.27º | 0.56% | 0.73% | - |
| XYZ | 29.59 | 40.33 | 51.02 | - |
| YUV | 154.56 | 144.04 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 186 | 183 | 0.56 | 0 | 0.02 | 0.27 | 178.27 | 0.43 | 0.53 |
| Hex | 52 | BA | B7 | 38 | 0 | 2 | 1B | B2 | 2B | 35 |
| Octal | 122 | 272 | 267 | 70 | 0 | 2 | 33 | 262 | 53 | 65 |
| Binary | 1010010 | 10111010 | 10110111 | 111000 | 0 | 10 | 11011 | 10110010 | 101011 | 110101 |
Color Harmonies of #52BAB7
Complementary color
Monochromatic Colors of #52BAB7
Black with #52BAB7
Text Example
Text Example
White with #52BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BAB7; }
p { color: rgb(82,186,183); }
H1.HeaderClassName
{
color: #52BAB7;
}
.AnyTagClassName
{
color: #52BAB7;
}
</style>
background-color css
<style>
a { background-color: #52BAB7; }
a { background-color: rgb(82,186,183); }
div.DivClassName
{
background-color: #52BAB7;
}
.BgClassName
{
background-color: #52BAB7;
}
</style>
border-color css
<style>
span { border-color: #52BAB7; }
span { border-color: rgb(82,186,183); }
td.TdClassName
{
border-color: #52BAB7;
}
.TagClassName
{
border-color: #52BAB7;
}
</style>