Shades of Fountain Blue #4DABAC
Tints of Fountain Blue #4DABAC
RGB
CMYK
RGB Variations
Color information
#4DABAC (or 0x4DABAC) is known color: Fountain Blue. HEX triplet: 4D, AB and AC. RGB value is (77,171,172). Sum of RGB (Red+Green+Blue) = 77+171+172=420 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.33% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #4DABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DABAC is #B25453. Grayscale: #8E8E8E. Windows color (decimal): -11686996 or 11316045. OLE color: 11316045.
HSL color Cylindrical-coordinate representation of color #4DABAC: hue angle of 180.63º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DABAC is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 171 | 172 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.33 |
| HSL | 180.63º | 0.38% | 0.49% | - |
| HSV(B) | 180.63º | 0.55% | 0.67% | - |
| XYZ | 25.07 | 33.68 | 44.21 | - |
| YUV | 143.01 | 144.36 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 172 | 0.55 | 0.01 | 0 | 0.33 | 180.63 | 0.38 | 0.49 |
| Hex | 4D | AB | AC | 37 | 1 | 0 | 21 | B5 | 26 | 31 |
| Octal | 115 | 253 | 254 | 67 | 1 | 0 | 41 | 265 | 46 | 61 |
| Binary | 1001101 | 10101011 | 10101100 | 110111 | 1 | 0 | 100001 | 10110101 | 100110 | 110001 |
Color Harmonies of #4DABAC
Complementary color
Monochromatic Colors of #4DABAC
Black with #4DABAC
Text Example
Text Example
White with #4DABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DABAC; }
p { color: rgb(77,171,172); }
H1.HeaderClassName
{
color: #4DABAC;
}
.AnyTagClassName
{
color: #4DABAC;
}
</style>
background-color css
<style>
a { background-color: #4DABAC; }
a { background-color: rgb(77,171,172); }
div.DivClassName
{
background-color: #4DABAC;
}
.BgClassName
{
background-color: #4DABAC;
}
</style>
border-color css
<style>
span { border-color: #4DABAC; }
span { border-color: rgb(77,171,172); }
td.TdClassName
{
border-color: #4DABAC;
}
.TagClassName
{
border-color: #4DABAC;
}
</style>