Shades of Fountain Blue #67AAAC
Tints of Fountain Blue #67AAAC
RGB
CMYK
RGB Variations
Color information
#67AAAC (or 0x67AAAC) is known color: Fountain Blue. HEX triplet: 67, AA and AC. RGB value is (103,170,172). Sum of RGB (Red+Green+Blue) = 103+170+172=445 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.15% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #67AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AAAC is #985553. Grayscale: #969696. Windows color (decimal): -9983316 or 11315815. OLE color: 11315815.
HSL color Cylindrical-coordinate representation of color #67AAAC: hue angle of 181.74º 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 #67AAAC is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 170 | 172 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.33 |
| HSL | 181.74º | 0.29% | 0.54% | - |
| HSV(B) | 181.74º | 0.4% | 0.67% | - |
| XYZ | 27.41 | 34.61 | 44.27 | - |
| YUV | 150.2 | 140.3 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 170 | 172 | 0.40 | 0.01 | 0 | 0.33 | 181.74 | 0.29 | 0.54 |
| Hex | 67 | AA | AC | 28 | 1 | 0 | 21 | B6 | 1D | 36 |
| Octal | 147 | 252 | 254 | 50 | 1 | 0 | 41 | 266 | 35 | 66 |
| Binary | 1100111 | 10101010 | 10101100 | 101000 | 1 | 0 | 100001 | 10110110 | 11101 | 110110 |
Color Harmonies of #67AAAC
Complementary color
Monochromatic Colors of #67AAAC
Black with #67AAAC
Text Example
Text Example
White with #67AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AAAC; }
p { color: rgb(103,170,172); }
H1.HeaderClassName
{
color: #67AAAC;
}
.AnyTagClassName
{
color: #67AAAC;
}
</style>
background-color css
<style>
a { background-color: #67AAAC; }
a { background-color: rgb(103,170,172); }
div.DivClassName
{
background-color: #67AAAC;
}
.BgClassName
{
background-color: #67AAAC;
}
</style>
border-color css
<style>
span { border-color: #67AAAC; }
span { border-color: rgb(103,170,172); }
td.TdClassName
{
border-color: #67AAAC;
}
.TagClassName
{
border-color: #67AAAC;
}
</style>