Shades of Fountain Blue #4DABAD
Tints of Fountain Blue #4DABAD
RGB
CMYK
RGB Variations
Color information
#4DABAD (or 0x4DABAD) is known color: Fountain Blue. HEX triplet: 4D, AB and AD. RGB value is (77,171,173). Sum of RGB (Red+Green+Blue) = 77+171+173=421 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.29% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #4DABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DABAD is #B25452. Grayscale: #8F8F8F. Windows color (decimal): -11686995 or 11381581. OLE color: 11381581.
HSL color Cylindrical-coordinate representation of color #4DABAD: hue angle of 181.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DABAD is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 171 | 173 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.32 |
| HSL | 181.25º | 0.38% | 0.49% | - |
| HSV(B) | 181.25º | 0.55% | 0.68% | - |
| XYZ | 25.17 | 33.72 | 44.72 | - |
| YUV | 143.12 | 144.86 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 173 | 0.55 | 0.01 | 0 | 0.32 | 181.25 | 0.38 | 0.49 |
| Hex | 4D | AB | AD | 37 | 1 | 0 | 20 | B5 | 26 | 31 |
| Octal | 115 | 253 | 255 | 67 | 1 | 0 | 40 | 265 | 46 | 61 |
| Binary | 1001101 | 10101011 | 10101101 | 110111 | 1 | 0 | 100000 | 10110101 | 100110 | 110001 |
Color Harmonies of #4DABAD
Complementary color
Monochromatic Colors of #4DABAD
Black with #4DABAD
Text Example
Text Example
White with #4DABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DABAD; }
p { color: rgb(77,171,173); }
H1.HeaderClassName
{
color: #4DABAD;
}
.AnyTagClassName
{
color: #4DABAD;
}
</style>
background-color css
<style>
a { background-color: #4DABAD; }
a { background-color: rgb(77,171,173); }
div.DivClassName
{
background-color: #4DABAD;
}
.BgClassName
{
background-color: #4DABAD;
}
</style>
border-color css
<style>
span { border-color: #4DABAD; }
span { border-color: rgb(77,171,173); }
td.TdClassName
{
border-color: #4DABAD;
}
.TagClassName
{
border-color: #4DABAD;
}
</style>