Shades of Fountain Blue #52ADAC
Tints of Fountain Blue #52ADAC
RGB
CMYK
RGB Variations
Color information
#52ADAC (or 0x52ADAC) is known color: Fountain Blue. HEX triplet: 52, AD and AC. RGB value is (82,173,172). Sum of RGB (Red+Green+Blue) = 82+173+172=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #52ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ADAC is #AD5253. Grayscale: #919191. Windows color (decimal): -11358804 or 11316562. OLE color: 11316562.
HSL color Cylindrical-coordinate representation of color #52ADAC: hue angle of 179.34º 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 #52ADAC is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 172 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.32 |
| HSL | 179.34º | 0.36% | 0.5% | - |
| HSV(B) | 179.34º | 0.53% | 0.68% | - |
| XYZ | 25.87 | 34.66 | 44.36 | - |
| YUV | 145.68 | 142.85 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 172 | 0.53 | 0 | 0.01 | 0.32 | 179.34 | 0.36 | 0.5 |
| Hex | 52 | AD | AC | 35 | 0 | 1 | 20 | B3 | 24 | 32 |
| Octal | 122 | 255 | 254 | 65 | 0 | 1 | 40 | 263 | 44 | 62 |
| Binary | 1010010 | 10101101 | 10101100 | 110101 | 0 | 1 | 100000 | 10110011 | 100100 | 110010 |
Color Harmonies of #52ADAC
Complementary color
Monochromatic Colors of #52ADAC
Black with #52ADAC
Text Example
Text Example
White with #52ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADAC; }
p { color: rgb(82,173,172); }
H1.HeaderClassName
{
color: #52ADAC;
}
.AnyTagClassName
{
color: #52ADAC;
}
</style>
background-color css
<style>
a { background-color: #52ADAC; }
a { background-color: rgb(82,173,172); }
div.DivClassName
{
background-color: #52ADAC;
}
.BgClassName
{
background-color: #52ADAC;
}
</style>
border-color css
<style>
span { border-color: #52ADAC; }
span { border-color: rgb(82,173,172); }
td.TdClassName
{
border-color: #52ADAC;
}
.TagClassName
{
border-color: #52ADAC;
}
</style>