Shades of Fountain Blue #5FAEAB
Tints of Fountain Blue #5FAEAB
RGB
CMYK
RGB Variations
Color information
#5FAEAB (or 0x5FAEAB) is known color: Fountain Blue. HEX triplet: 5F, AE and AB. RGB value is (95,174,171). Sum of RGB (Red+Green+Blue) = 95+174+171=440 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.59% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAEAB is #A05154. Grayscale: #959595. Windows color (decimal): -10506581 or 11251295. OLE color: 11251295.
HSL color Cylindrical-coordinate representation of color #5FAEAB: hue angle of 177.72º degrees, saturation: 0.33, 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 #5FAEAB is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 174 | 171 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.32 |
| HSL | 177.72º | 0.33% | 0.53% | - |
| HSV(B) | 177.72º | 0.45% | 0.68% | - |
| XYZ | 27.21 | 35.65 | 43.97 | - |
| YUV | 150.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 174 | 171 | 0.45 | 0 | 0.02 | 0.32 | 177.72 | 0.33 | 0.53 |
| Hex | 5F | AE | AB | 2D | 0 | 2 | 20 | B2 | 21 | 35 |
| Octal | 137 | 256 | 253 | 55 | 0 | 2 | 40 | 262 | 41 | 65 |
| Binary | 1011111 | 10101110 | 10101011 | 101101 | 0 | 10 | 100000 | 10110010 | 100001 | 110101 |
Color Harmonies of #5FAEAB
Complementary color
Monochromatic Colors of #5FAEAB
Black with #5FAEAB
Text Example
Text Example
White with #5FAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAEAB; }
p { color: rgb(95,174,171); }
H1.HeaderClassName
{
color: #5FAEAB;
}
.AnyTagClassName
{
color: #5FAEAB;
}
</style>
background-color css
<style>
a { background-color: #5FAEAB; }
a { background-color: rgb(95,174,171); }
div.DivClassName
{
background-color: #5FAEAB;
}
.BgClassName
{
background-color: #5FAEAB;
}
</style>
border-color css
<style>
span { border-color: #5FAEAB; }
span { border-color: rgb(95,174,171); }
td.TdClassName
{
border-color: #5FAEAB;
}
.TagClassName
{
border-color: #5FAEAB;
}
</style>