Shades of Fountain Blue #52AFAF
Tints of Fountain Blue #52AFAF
RGB
CMYK
RGB Variations
Color information
#52AFAF (or 0x52AFAF) is known color: Fountain Blue. HEX triplet: 52, AF and AF. RGB value is (82,175,175). Sum of RGB (Red+Green+Blue) = 82+175+175=432 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.98% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #52AFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AFAF is #AD5050. Grayscale: #939393. Windows color (decimal): -11358289 or 11513682. OLE color: 11513682.
HSL color Cylindrical-coordinate representation of color #52AFAF: hue angle of 180º 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 #52AFAF is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 175 | 175 | - |
| CMYK | 0.53 | 0 | 0 | 0.31 |
| HSL | 180º | 0.37% | 0.5% | - |
| HSV(B) | 180º | 0.53% | 0.69% | - |
| XYZ | 26.55 | 35.55 | 46.02 | - |
| YUV | 147.19 | 143.69 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 175 | 0.53 | 0 | 0 | 0.31 | 180 | 0.37 | 0.5 |
| Hex | 52 | AF | AF | 35 | 0 | 0 | 1F | B4 | 25 | 32 |
| Octal | 122 | 257 | 257 | 65 | 0 | 0 | 37 | 264 | 45 | 62 |
| Binary | 1010010 | 10101111 | 10101111 | 110101 | 0 | 0 | 11111 | 10110100 | 100101 | 110010 |
Color Harmonies of #52AFAF
Complementary color
Monochromatic Colors of #52AFAF
Black with #52AFAF
Text Example
Text Example
White with #52AFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AFAF; }
p { color: rgb(82,175,175); }
H1.HeaderClassName
{
color: #52AFAF;
}
.AnyTagClassName
{
color: #52AFAF;
}
</style>
background-color css
<style>
a { background-color: #52AFAF; }
a { background-color: rgb(82,175,175); }
div.DivClassName
{
background-color: #52AFAF;
}
.BgClassName
{
background-color: #52AFAF;
}
</style>
border-color css
<style>
span { border-color: #52AFAF; }
span { border-color: rgb(82,175,175); }
td.TdClassName
{
border-color: #52AFAF;
}
.TagClassName
{
border-color: #52AFAF;
}
</style>