Shades of Fountain Blue #52ADAA
Tints of Fountain Blue #52ADAA
RGB
CMYK
RGB Variations
Color information
#52ADAA (or 0x52ADAA) is known color: Fountain Blue. HEX triplet: 52, AD and AA. RGB value is (82,173,170). Sum of RGB (Red+Green+Blue) = 82+173+170=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 173 - color contains mainly: green. Hex color #52ADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ADAA is #AD5255. Grayscale: #919191. Windows color (decimal): -11358806 or 11185490. OLE color: 11185490.
HSL color Cylindrical-coordinate representation of color #52ADAA: hue angle of 178.02º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52ADAA is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 170 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.32 |
| HSL | 178.02º | 0.36% | 0.5% | - |
| HSV(B) | 178.02º | 0.53% | 0.68% | - |
| XYZ | 25.68 | 34.58 | 43.35 | - |
| YUV | 145.45 | 141.85 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 170 | 0.53 | 0 | 0.02 | 0.32 | 178.02 | 0.36 | 0.5 |
| Hex | 52 | AD | AA | 35 | 0 | 2 | 20 | B2 | 24 | 32 |
| Octal | 122 | 255 | 252 | 65 | 0 | 2 | 40 | 262 | 44 | 62 |
| Binary | 1010010 | 10101101 | 10101010 | 110101 | 0 | 10 | 100000 | 10110010 | 100100 | 110010 |
Color Harmonies of #52ADAA
Complementary color
Monochromatic Colors of #52ADAA
Black with #52ADAA
Text Example
Text Example
White with #52ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADAA; }
p { color: rgb(82,173,170); }
H1.HeaderClassName
{
color: #52ADAA;
}
.AnyTagClassName
{
color: #52ADAA;
}
</style>
background-color css
<style>
a { background-color: #52ADAA; }
a { background-color: rgb(82,173,170); }
div.DivClassName
{
background-color: #52ADAA;
}
.BgClassName
{
background-color: #52ADAA;
}
</style>
border-color css
<style>
span { border-color: #52ADAA; }
span { border-color: rgb(82,173,170); }
td.TdClassName
{
border-color: #52ADAA;
}
.TagClassName
{
border-color: #52ADAA;
}
</style>