Shades of Fountain Blue #56ADAA
Tints of Fountain Blue #56ADAA
RGB
CMYK
RGB Variations
Color information
#56ADAA (or 0x56ADAA) is known color: Fountain Blue. HEX triplet: 56, AD and AA. RGB value is (86,173,170). Sum of RGB (Red+Green+Blue) = 86+173+170=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #56ADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56ADAA is #A95255. Grayscale: #929292. Windows color (decimal): -11096662 or 11185494. OLE color: 11185494.
HSL color Cylindrical-coordinate representation of color #56ADAA: hue angle of 177.93º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56ADAA is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 173 | 170 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.32 |
| HSL | 177.93º | 0.35% | 0.51% | - |
| HSV(B) | 177.93º | 0.5% | 0.68% | - |
| XYZ | 26.04 | 34.77 | 43.37 | - |
| YUV | 146.65 | 141.18 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 173 | 170 | 0.50 | 0 | 0.02 | 0.32 | 177.93 | 0.35 | 0.51 |
| Hex | 56 | AD | AA | 32 | 0 | 2 | 20 | B2 | 23 | 33 |
| Octal | 126 | 255 | 252 | 62 | 0 | 2 | 40 | 262 | 43 | 63 |
| Binary | 1010110 | 10101101 | 10101010 | 110010 | 0 | 10 | 100000 | 10110010 | 100011 | 110011 |
Color Harmonies of #56ADAA
Complementary color
Monochromatic Colors of #56ADAA
Black with #56ADAA
Text Example
Text Example
White with #56ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ADAA; }
p { color: rgb(86,173,170); }
H1.HeaderClassName
{
color: #56ADAA;
}
.AnyTagClassName
{
color: #56ADAA;
}
</style>
background-color css
<style>
a { background-color: #56ADAA; }
a { background-color: rgb(86,173,170); }
div.DivClassName
{
background-color: #56ADAA;
}
.BgClassName
{
background-color: #56ADAA;
}
</style>
border-color css
<style>
span { border-color: #56ADAA; }
span { border-color: rgb(86,173,170); }
td.TdClassName
{
border-color: #56ADAA;
}
.TagClassName
{
border-color: #56ADAA;
}
</style>