Shades of Fountain Blue #57ADAA
Tints of Fountain Blue #57ADAA
RGB
CMYK
RGB Variations
Color information
#57ADAA (or 0x57ADAA) is known color: Fountain Blue. HEX triplet: 57, AD and AA. RGB value is (87,173,170). Sum of RGB (Red+Green+Blue) = 87+173+170=430 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.23% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #57ADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57ADAA is #A85255. Grayscale: #929292. Windows color (decimal): -11031126 or 11185495. OLE color: 11185495.
HSL color Cylindrical-coordinate representation of color #57ADAA: hue angle of 177.91º degrees, saturation: 0.34, 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 #57ADAA is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 173 | 170 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.32 |
| HSL | 177.91º | 0.34% | 0.51% | - |
| HSV(B) | 177.91º | 0.5% | 0.68% | - |
| XYZ | 26.13 | 34.82 | 43.37 | - |
| YUV | 146.94 | 141.01 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 173 | 170 | 0.50 | 0 | 0.02 | 0.32 | 177.91 | 0.34 | 0.51 |
| Hex | 57 | AD | AA | 32 | 0 | 2 | 20 | B2 | 22 | 33 |
| Octal | 127 | 255 | 252 | 62 | 0 | 2 | 40 | 262 | 42 | 63 |
| Binary | 1010111 | 10101101 | 10101010 | 110010 | 0 | 10 | 100000 | 10110010 | 100010 | 110011 |
Color Harmonies of #57ADAA
Complementary color
Monochromatic Colors of #57ADAA
Black with #57ADAA
Text Example
Text Example
White with #57ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ADAA; }
p { color: rgb(87,173,170); }
H1.HeaderClassName
{
color: #57ADAA;
}
.AnyTagClassName
{
color: #57ADAA;
}
</style>
background-color css
<style>
a { background-color: #57ADAA; }
a { background-color: rgb(87,173,170); }
div.DivClassName
{
background-color: #57ADAA;
}
.BgClassName
{
background-color: #57ADAA;
}
</style>
border-color css
<style>
span { border-color: #57ADAA; }
span { border-color: rgb(87,173,170); }
td.TdClassName
{
border-color: #57ADAA;
}
.TagClassName
{
border-color: #57ADAA;
}
</style>