Shades of Fountain Blue #52AFAE
Tints of Fountain Blue #52AFAE
RGB
CMYK
RGB Variations
Color information
#52AFAE (or 0x52AFAE) is known color: Fountain Blue. HEX triplet: 52, AF and AE. RGB value is (82,175,174). Sum of RGB (Red+Green+Blue) = 82+175+174=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #52AFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AFAE is #AD5051. Grayscale: #929292. Windows color (decimal): -11358290 or 11448146. OLE color: 11448146.
HSL color Cylindrical-coordinate representation of color #52AFAE: hue angle of 179.35º 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 #52AFAE is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 175 | 174 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.31 |
| HSL | 179.35º | 0.37% | 0.5% | - |
| HSV(B) | 179.35º | 0.53% | 0.69% | - |
| XYZ | 26.45 | 35.51 | 45.5 | - |
| YUV | 147.08 | 143.19 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 174 | 0.53 | 0 | 0.01 | 0.31 | 179.35 | 0.37 | 0.5 |
| Hex | 52 | AF | AE | 35 | 0 | 1 | 1F | B3 | 25 | 32 |
| Octal | 122 | 257 | 256 | 65 | 0 | 1 | 37 | 263 | 45 | 62 |
| Binary | 1010010 | 10101111 | 10101110 | 110101 | 0 | 1 | 11111 | 10110011 | 100101 | 110010 |
Color Harmonies of #52AFAE
Complementary color
Monochromatic Colors of #52AFAE
Black with #52AFAE
Text Example
Text Example
White with #52AFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AFAE; }
p { color: rgb(82,175,174); }
H1.HeaderClassName
{
color: #52AFAE;
}
.AnyTagClassName
{
color: #52AFAE;
}
</style>
background-color css
<style>
a { background-color: #52AFAE; }
a { background-color: rgb(82,175,174); }
div.DivClassName
{
background-color: #52AFAE;
}
.BgClassName
{
background-color: #52AFAE;
}
</style>
border-color css
<style>
span { border-color: #52AFAE; }
span { border-color: rgb(82,175,174); }
td.TdClassName
{
border-color: #52AFAE;
}
.TagClassName
{
border-color: #52AFAE;
}
</style>