Shades of Fountain Blue #4DACAF
Tints of Fountain Blue #4DACAF
RGB
CMYK
RGB Variations
Color information
#4DACAF (or 0x4DACAF) is known color: Fountain Blue. HEX triplet: 4D, AC and AF. RGB value is (77,172,175). Sum of RGB (Red+Green+Blue) = 77+172+175=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #4DACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DACAF is #B25350. Grayscale: #8F8F8F. Windows color (decimal): -11686737 or 11512909. OLE color: 11512909.
HSL color Cylindrical-coordinate representation of color #4DACAF: hue angle of 181.84º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DACAF is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 172 | 175 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.31 |
| HSL | 181.84º | 0.39% | 0.49% | - |
| HSV(B) | 181.84º | 0.56% | 0.69% | - |
| XYZ | 25.55 | 34.18 | 45.81 | - |
| YUV | 143.94 | 145.53 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 175 | 0.56 | 0.02 | 0 | 0.31 | 181.84 | 0.39 | 0.49 |
| Hex | 4D | AC | AF | 38 | 2 | 0 | 1F | B6 | 27 | 31 |
| Octal | 115 | 254 | 257 | 70 | 2 | 0 | 37 | 266 | 47 | 61 |
| Binary | 1001101 | 10101100 | 10101111 | 111000 | 10 | 0 | 11111 | 10110110 | 100111 | 110001 |
Color Harmonies of #4DACAF
Complementary color
Monochromatic Colors of #4DACAF
Black with #4DACAF
Text Example
Text Example
White with #4DACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DACAF; }
p { color: rgb(77,172,175); }
H1.HeaderClassName
{
color: #4DACAF;
}
.AnyTagClassName
{
color: #4DACAF;
}
</style>
background-color css
<style>
a { background-color: #4DACAF; }
a { background-color: rgb(77,172,175); }
div.DivClassName
{
background-color: #4DACAF;
}
.BgClassName
{
background-color: #4DACAF;
}
</style>
border-color css
<style>
span { border-color: #4DACAF; }
span { border-color: rgb(77,172,175); }
td.TdClassName
{
border-color: #4DACAF;
}
.TagClassName
{
border-color: #4DACAF;
}
</style>