Shades of Fountain Blue #67AEAC
Tints of Fountain Blue #67AEAC
RGB
CMYK
RGB Variations
Color information
#67AEAC (or 0x67AEAC) is known color: Fountain Blue. HEX triplet: 67, AE and AC. RGB value is (103,174,172). Sum of RGB (Red+Green+Blue) = 103+174+172=449 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.94% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 174 - color contains mainly: green. Hex color #67AEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AEAC is #985153. Grayscale: #989898. Windows color (decimal): -9982292 or 11316839. OLE color: 11316839.
HSL color Cylindrical-coordinate representation of color #67AEAC: hue angle of 178.31º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67AEAC is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 174 | 172 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.32 |
| HSL | 178.31º | 0.3% | 0.54% | - |
| HSV(B) | 178.31º | 0.41% | 0.68% | - |
| XYZ | 28.18 | 36.13 | 44.52 | - |
| YUV | 152.54 | 138.98 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 174 | 172 | 0.41 | 0 | 0.01 | 0.32 | 178.31 | 0.3 | 0.54 |
| Hex | 67 | AE | AC | 29 | 0 | 1 | 20 | B2 | 1E | 36 |
| Octal | 147 | 256 | 254 | 51 | 0 | 1 | 40 | 262 | 36 | 66 |
| Binary | 1100111 | 10101110 | 10101100 | 101001 | 0 | 1 | 100000 | 10110010 | 11110 | 110110 |
Color Harmonies of #67AEAC
Complementary color
Monochromatic Colors of #67AEAC
Black with #67AEAC
Text Example
Text Example
White with #67AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AEAC; }
p { color: rgb(103,174,172); }
H1.HeaderClassName
{
color: #67AEAC;
}
.AnyTagClassName
{
color: #67AEAC;
}
</style>
background-color css
<style>
a { background-color: #67AEAC; }
a { background-color: rgb(103,174,172); }
div.DivClassName
{
background-color: #67AEAC;
}
.BgClassName
{
background-color: #67AEAC;
}
</style>
border-color css
<style>
span { border-color: #67AEAC; }
span { border-color: rgb(103,174,172); }
td.TdClassName
{
border-color: #67AEAC;
}
.TagClassName
{
border-color: #67AEAC;
}
</style>