Shades of Fountain Blue #67ABAC
Tints of Fountain Blue #67ABAC
RGB
CMYK
RGB Variations
Color information
#67ABAC (or 0x67ABAC) is known color: Fountain Blue. HEX triplet: 67, AB and AC. RGB value is (103,171,172). Sum of RGB (Red+Green+Blue) = 103+171+172=446 (59% of max value = 765). Red value is 103 (40.62% from 255 or 23.09% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #67ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67ABAC is #985453. Grayscale: #969696. Windows color (decimal): -9983060 or 11316071. OLE color: 11316071.
HSL color Cylindrical-coordinate representation of color #67ABAC: hue angle of 180.87º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67ABAC is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 171 | 172 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.33 |
| HSL | 180.87º | 0.29% | 0.54% | - |
| HSV(B) | 180.87º | 0.4% | 0.67% | - |
| XYZ | 27.6 | 34.99 | 44.33 | - |
| YUV | 150.78 | 139.97 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 172 | 0.40 | 0.01 | 0 | 0.33 | 180.87 | 0.29 | 0.54 |
| Hex | 67 | AB | AC | 28 | 1 | 0 | 21 | B5 | 1D | 36 |
| Octal | 147 | 253 | 254 | 50 | 1 | 0 | 41 | 265 | 35 | 66 |
| Binary | 1100111 | 10101011 | 10101100 | 101000 | 1 | 0 | 100001 | 10110101 | 11101 | 110110 |
Color Harmonies of #67ABAC
Complementary color
Monochromatic Colors of #67ABAC
Black with #67ABAC
Text Example
Text Example
White with #67ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ABAC; }
p { color: rgb(103,171,172); }
H1.HeaderClassName
{
color: #67ABAC;
}
.AnyTagClassName
{
color: #67ABAC;
}
</style>
background-color css
<style>
a { background-color: #67ABAC; }
a { background-color: rgb(103,171,172); }
div.DivClassName
{
background-color: #67ABAC;
}
.BgClassName
{
background-color: #67ABAC;
}
</style>
border-color css
<style>
span { border-color: #67ABAC; }
span { border-color: rgb(103,171,172); }
td.TdClassName
{
border-color: #67ABAC;
}
.TagClassName
{
border-color: #67ABAC;
}
</style>