Shades of Fountain Blue #5FAFAA
Tints of Fountain Blue #5FAFAA
RGB
CMYK
RGB Variations
Color information
#5FAFAA (or 0x5FAFAA) is known color: Fountain Blue. HEX triplet: 5F, AF and AA. RGB value is (95,175,170). Sum of RGB (Red+Green+Blue) = 95+175+170=440 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.59% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAFAA is #A05055. Grayscale: #969696. Windows color (decimal): -10506326 or 11186015. OLE color: 11186015.
HSL color Cylindrical-coordinate representation of color #5FAFAA: hue angle of 176.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FAFAA is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 170 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.31 |
| HSL | 176.25º | 0.33% | 0.53% | - |
| HSV(B) | 176.25º | 0.46% | 0.69% | - |
| XYZ | 27.3 | 36 | 43.54 | - |
| YUV | 150.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 170 | 0.46 | 0 | 0.03 | 0.31 | 176.25 | 0.33 | 0.53 |
| Hex | 5F | AF | AA | 2E | 0 | 3 | 1F | B0 | 21 | 35 |
| Octal | 137 | 257 | 252 | 56 | 0 | 3 | 37 | 260 | 41 | 65 |
| Binary | 1011111 | 10101111 | 10101010 | 101110 | 0 | 11 | 11111 | 10110000 | 100001 | 110101 |
Color Harmonies of #5FAFAA
Complementary color
Monochromatic Colors of #5FAFAA
Black with #5FAFAA
Text Example
Text Example
White with #5FAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAFAA; }
p { color: rgb(95,175,170); }
H1.HeaderClassName
{
color: #5FAFAA;
}
.AnyTagClassName
{
color: #5FAFAA;
}
</style>
background-color css
<style>
a { background-color: #5FAFAA; }
a { background-color: rgb(95,175,170); }
div.DivClassName
{
background-color: #5FAFAA;
}
.BgClassName
{
background-color: #5FAFAA;
}
</style>
border-color css
<style>
span { border-color: #5FAFAA; }
span { border-color: rgb(95,175,170); }
td.TdClassName
{
border-color: #5FAFAA;
}
.TagClassName
{
border-color: #5FAFAA;
}
</style>