Shades of Fountain Blue #52ADAB
Tints of Fountain Blue #52ADAB
RGB
CMYK
RGB Variations
Color information
#52ADAB (or 0x52ADAB) is known color: Fountain Blue. HEX triplet: 52, AD and AB. RGB value is (82,173,171). Sum of RGB (Red+Green+Blue) = 82+173+171=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 173 - color contains mainly: green. Hex color #52ADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ADAB is #AD5254. Grayscale: #919191. Windows color (decimal): -11358805 or 11251026. OLE color: 11251026.
HSL color Cylindrical-coordinate representation of color #52ADAB: hue angle of 178.68º 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 #52ADAB is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 171 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.32 |
| HSL | 178.68º | 0.36% | 0.5% | - |
| HSV(B) | 178.68º | 0.53% | 0.68% | - |
| XYZ | 25.77 | 34.62 | 43.85 | - |
| YUV | 145.56 | 142.35 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 171 | 0.53 | 0 | 0.01 | 0.32 | 178.68 | 0.36 | 0.5 |
| Hex | 52 | AD | AB | 35 | 0 | 1 | 20 | B3 | 24 | 32 |
| Octal | 122 | 255 | 253 | 65 | 0 | 1 | 40 | 263 | 44 | 62 |
| Binary | 1010010 | 10101101 | 10101011 | 110101 | 0 | 1 | 100000 | 10110011 | 100100 | 110010 |
Color Harmonies of #52ADAB
Complementary color
Monochromatic Colors of #52ADAB
Black with #52ADAB
Text Example
Text Example
White with #52ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADAB; }
p { color: rgb(82,173,171); }
H1.HeaderClassName
{
color: #52ADAB;
}
.AnyTagClassName
{
color: #52ADAB;
}
</style>
background-color css
<style>
a { background-color: #52ADAB; }
a { background-color: rgb(82,173,171); }
div.DivClassName
{
background-color: #52ADAB;
}
.BgClassName
{
background-color: #52ADAB;
}
</style>
border-color css
<style>
span { border-color: #52ADAB; }
span { border-color: rgb(82,173,171); }
td.TdClassName
{
border-color: #52ADAB;
}
.TagClassName
{
border-color: #52ADAB;
}
</style>