Shades of Fountain Blue #4CAEAC
Tints of Fountain Blue #4CAEAC
RGB
CMYK
RGB Variations
Color information
#4CAEAC (or 0x4CAEAC) is known color: Fountain Blue. HEX triplet: 4C, AE and AC. RGB value is (76,174,172). Sum of RGB (Red+Green+Blue) = 76+174+172=422 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.01% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 174 - color contains mainly: green. Hex color #4CAEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAEAC is #B35153. Grayscale: #909090. Windows color (decimal): -11751764 or 11316812. OLE color: 11316812.
HSL color Cylindrical-coordinate representation of color #4CAEAC: hue angle of 178.78º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAEAC is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 174 | 172 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.32 |
| HSL | 178.78º | 0.39% | 0.49% | - |
| HSV(B) | 178.78º | 0.56% | 0.68% | - |
| XYZ | 25.56 | 34.79 | 44.4 | - |
| YUV | 144.47 | 143.53 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 174 | 172 | 0.56 | 0 | 0.01 | 0.32 | 178.78 | 0.39 | 0.49 |
| Hex | 4C | AE | AC | 38 | 0 | 1 | 20 | B3 | 27 | 31 |
| Octal | 114 | 256 | 254 | 70 | 0 | 1 | 40 | 263 | 47 | 61 |
| Binary | 1001100 | 10101110 | 10101100 | 111000 | 0 | 1 | 100000 | 10110011 | 100111 | 110001 |
Color Harmonies of #4CAEAC
Complementary color
Monochromatic Colors of #4CAEAC
Black with #4CAEAC
Text Example
Text Example
White with #4CAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAEAC; }
p { color: rgb(76,174,172); }
H1.HeaderClassName
{
color: #4CAEAC;
}
.AnyTagClassName
{
color: #4CAEAC;
}
</style>
background-color css
<style>
a { background-color: #4CAEAC; }
a { background-color: rgb(76,174,172); }
div.DivClassName
{
background-color: #4CAEAC;
}
.BgClassName
{
background-color: #4CAEAC;
}
</style>
border-color css
<style>
span { border-color: #4CAEAC; }
span { border-color: rgb(76,174,172); }
td.TdClassName
{
border-color: #4CAEAC;
}
.TagClassName
{
border-color: #4CAEAC;
}
</style>