Shades of Fountain Blue #5FADAA
Tints of Fountain Blue #5FADAA
RGB
CMYK
RGB Variations
Color information
#5FADAA (or 0x5FADAA) is known color: Fountain Blue. HEX triplet: 5F, AD and AA. RGB value is (95,173,170). Sum of RGB (Red+Green+Blue) = 95+173+170=438 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.69% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #5FADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FADAA is #A05255. Grayscale: #959595. Windows color (decimal): -10506838 or 11185503. OLE color: 11185503.
HSL color Cylindrical-coordinate representation of color #5FADAA: hue angle of 177.69º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FADAA is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 173 | 170 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.32 |
| HSL | 177.69º | 0.32% | 0.53% | - |
| HSV(B) | 177.69º | 0.45% | 0.68% | - |
| XYZ | 26.92 | 35.22 | 43.41 | - |
| YUV | 149.34 | 139.66 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 170 | 0.45 | 0 | 0.02 | 0.32 | 177.69 | 0.32 | 0.53 |
| Hex | 5F | AD | AA | 2D | 0 | 2 | 20 | B2 | 20 | 35 |
| Octal | 137 | 255 | 252 | 55 | 0 | 2 | 40 | 262 | 40 | 65 |
| Binary | 1011111 | 10101101 | 10101010 | 101101 | 0 | 10 | 100000 | 10110010 | 100000 | 110101 |
Color Harmonies of #5FADAA
Complementary color
Monochromatic Colors of #5FADAA
Black with #5FADAA
Text Example
Text Example
White with #5FADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FADAA; }
p { color: rgb(95,173,170); }
H1.HeaderClassName
{
color: #5FADAA;
}
.AnyTagClassName
{
color: #5FADAA;
}
</style>
background-color css
<style>
a { background-color: #5FADAA; }
a { background-color: rgb(95,173,170); }
div.DivClassName
{
background-color: #5FADAA;
}
.BgClassName
{
background-color: #5FADAA;
}
</style>
border-color css
<style>
span { border-color: #5FADAA; }
span { border-color: rgb(95,173,170); }
td.TdClassName
{
border-color: #5FADAA;
}
.TagClassName
{
border-color: #5FADAA;
}
</style>