Shades of Fountain Blue #5DAEAA
Tints of Fountain Blue #5DAEAA
RGB
CMYK
RGB Variations
Color information
#5DAEAA (or 0x5DAEAA) is known color: Fountain Blue. HEX triplet: 5D, AE and AA. RGB value is (93,174,170). Sum of RGB (Red+Green+Blue) = 93+174+170=437 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.28% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAEAA is #A25155. Grayscale: #959595. Windows color (decimal): -10637654 or 11185757. OLE color: 11185757.
HSL color Cylindrical-coordinate representation of color #5DAEAA: hue angle of 177.04º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DAEAA is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 174 | 170 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.32 |
| HSL | 177.04º | 0.33% | 0.52% | - |
| HSV(B) | 177.04º | 0.47% | 0.68% | - |
| XYZ | 26.91 | 35.5 | 43.46 | - |
| YUV | 149.33 | 139.66 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 170 | 0.47 | 0 | 0.02 | 0.32 | 177.04 | 0.33 | 0.52 |
| Hex | 5D | AE | AA | 2F | 0 | 2 | 20 | B1 | 21 | 34 |
| Octal | 135 | 256 | 252 | 57 | 0 | 2 | 40 | 261 | 41 | 64 |
| Binary | 1011101 | 10101110 | 10101010 | 101111 | 0 | 10 | 100000 | 10110001 | 100001 | 110100 |
Color Harmonies of #5DAEAA
Complementary color
Monochromatic Colors of #5DAEAA
Black with #5DAEAA
Text Example
Text Example
White with #5DAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAEAA; }
p { color: rgb(93,174,170); }
H1.HeaderClassName
{
color: #5DAEAA;
}
.AnyTagClassName
{
color: #5DAEAA;
}
</style>
background-color css
<style>
a { background-color: #5DAEAA; }
a { background-color: rgb(93,174,170); }
div.DivClassName
{
background-color: #5DAEAA;
}
.BgClassName
{
background-color: #5DAEAA;
}
</style>
border-color css
<style>
span { border-color: #5DAEAA; }
span { border-color: rgb(93,174,170); }
td.TdClassName
{
border-color: #5DAEAA;
}
.TagClassName
{
border-color: #5DAEAA;
}
</style>