Shades of Fountain Blue #52ACB4
Tints of Fountain Blue #52ACB4
RGB
CMYK
RGB Variations
Color information
#52ACB4 (or 0x52ACB4) is known color: Fountain Blue. HEX triplet: 52, AC and B4. RGB value is (82,172,180). Sum of RGB (Red+Green+Blue) = 82+172+180=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 180 - color contains mainly: blue. Hex color #52ACB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ACB4 is #AD534B. Grayscale: #919191. Windows color (decimal): -11359052 or 11840594. OLE color: 11840594.
HSL color Cylindrical-coordinate representation of color #52ACB4: hue angle of 184.9º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52ACB4 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 172 | 180 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.29 |
| HSL | 184.9º | 0.4% | 0.51% | - |
| HSV(B) | 184.9º | 0.54% | 0.71% | - |
| XYZ | 26.47 | 34.59 | 48.46 | - |
| YUV | 146 | 147.18 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 172 | 180 | 0.54 | 0.04 | 0 | 0.29 | 184.9 | 0.4 | 0.51 |
| Hex | 52 | AC | B4 | 36 | 4 | 0 | 1D | B9 | 28 | 33 |
| Octal | 122 | 254 | 264 | 66 | 4 | 0 | 35 | 271 | 50 | 63 |
| Binary | 1010010 | 10101100 | 10110100 | 110110 | 100 | 0 | 11101 | 10111001 | 101000 | 110011 |
Color Harmonies of #52ACB4
Complementary color
Monochromatic Colors of #52ACB4
Black with #52ACB4
Text Example
Text Example
White with #52ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ACB4; }
p { color: rgb(82,172,180); }
H1.HeaderClassName
{
color: #52ACB4;
}
.AnyTagClassName
{
color: #52ACB4;
}
</style>
background-color css
<style>
a { background-color: #52ACB4; }
a { background-color: rgb(82,172,180); }
div.DivClassName
{
background-color: #52ACB4;
}
.BgClassName
{
background-color: #52ACB4;
}
</style>
border-color css
<style>
span { border-color: #52ACB4; }
span { border-color: rgb(82,172,180); }
td.TdClassName
{
border-color: #52ACB4;
}
.TagClassName
{
border-color: #52ACB4;
}
</style>