Shades of Fountain Blue #52A8AF
Tints of Fountain Blue #52A8AF
RGB
CMYK
RGB Variations
Color information
#52A8AF (or 0x52A8AF) is known color: Fountain Blue. HEX triplet: 52, A8 and AF. RGB value is (82,168,175). Sum of RGB (Red+Green+Blue) = 82+168+175=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #52A8AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A8AF is #AD5750. Grayscale: #8E8E8E. Windows color (decimal): -11360081 or 11511890. OLE color: 11511890.
HSL color Cylindrical-coordinate representation of color #52A8AF: hue angle of 184.52º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52A8AF is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 168 | 175 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.31 |
| HSL | 184.52º | 0.37% | 0.5% | - |
| HSV(B) | 184.52º | 0.53% | 0.69% | - |
| XYZ | 25.22 | 32.89 | 45.58 | - |
| YUV | 143.08 | 146.01 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 175 | 0.53 | 0.04 | 0 | 0.31 | 184.52 | 0.37 | 0.5 |
| Hex | 52 | A8 | AF | 35 | 4 | 0 | 1F | B9 | 25 | 32 |
| Octal | 122 | 250 | 257 | 65 | 4 | 0 | 37 | 271 | 45 | 62 |
| Binary | 1010010 | 10101000 | 10101111 | 110101 | 100 | 0 | 11111 | 10111001 | 100101 | 110010 |
Color Harmonies of #52A8AF
Complementary color
Monochromatic Colors of #52A8AF
Black with #52A8AF
Text Example
Text Example
White with #52A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A8AF; }
p { color: rgb(82,168,175); }
H1.HeaderClassName
{
color: #52A8AF;
}
.AnyTagClassName
{
color: #52A8AF;
}
</style>
background-color css
<style>
a { background-color: #52A8AF; }
a { background-color: rgb(82,168,175); }
div.DivClassName
{
background-color: #52A8AF;
}
.BgClassName
{
background-color: #52A8AF;
}
</style>
border-color css
<style>
span { border-color: #52A8AF; }
span { border-color: rgb(82,168,175); }
td.TdClassName
{
border-color: #52A8AF;
}
.TagClassName
{
border-color: #52A8AF;
}
</style>