Shades of Fountain Blue #5DADAA
Tints of Fountain Blue #5DADAA
RGB
CMYK
RGB Variations
Color information
#5DADAA (or 0x5DADAA) is known color: Fountain Blue. HEX triplet: 5D, AD and AA. RGB value is (93,173,170). Sum of RGB (Red+Green+Blue) = 93+173+170=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 173 - color contains mainly: green. Hex color #5DADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DADAA is #A25255. Grayscale: #949494. Windows color (decimal): -10637910 or 11185501. OLE color: 11185501.
HSL color Cylindrical-coordinate representation of color #5DADAA: hue angle of 177.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DADAA is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 173 | 170 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.32 |
| HSL | 177.75º | 0.33% | 0.52% | - |
| HSV(B) | 177.75º | 0.46% | 0.68% | - |
| XYZ | 26.71 | 35.12 | 43.4 | - |
| YUV | 148.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 170 | 0.46 | 0 | 0.02 | 0.32 | 177.75 | 0.33 | 0.52 |
| Hex | 5D | AD | AA | 2E | 0 | 2 | 20 | B2 | 21 | 34 |
| Octal | 135 | 255 | 252 | 56 | 0 | 2 | 40 | 262 | 41 | 64 |
| Binary | 1011101 | 10101101 | 10101010 | 101110 | 0 | 10 | 100000 | 10110010 | 100001 | 110100 |
Color Harmonies of #5DADAA
Complementary color
Monochromatic Colors of #5DADAA
Black with #5DADAA
Text Example
Text Example
White with #5DADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DADAA; }
p { color: rgb(93,173,170); }
H1.HeaderClassName
{
color: #5DADAA;
}
.AnyTagClassName
{
color: #5DADAA;
}
</style>
background-color css
<style>
a { background-color: #5DADAA; }
a { background-color: rgb(93,173,170); }
div.DivClassName
{
background-color: #5DADAA;
}
.BgClassName
{
background-color: #5DADAA;
}
</style>
border-color css
<style>
span { border-color: #5DADAA; }
span { border-color: rgb(93,173,170); }
td.TdClassName
{
border-color: #5DADAA;
}
.TagClassName
{
border-color: #5DADAA;
}
</style>