Shades of Fountain Blue #67AAB4
Tints of Fountain Blue #67AAB4
RGB
CMYK
RGB Variations
Color information
#67AAB4 (or 0x67AAB4) is known color: Fountain Blue. HEX triplet: 67, AA and B4. RGB value is (103,170,180). Sum of RGB (Red+Green+Blue) = 103+170+180=453 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.74% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 180 - color contains mainly: blue. Hex color #67AAB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AAB4 is #98554B. Grayscale: #979797. Windows color (decimal): -9983308 or 11840103. OLE color: 11840103.
HSL color Cylindrical-coordinate representation of color #67AAB4: hue angle of 187.79º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #67AAB4 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 170 | 180 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.29 |
| HSL | 187.79º | 0.34% | 0.55% | - |
| HSV(B) | 187.79º | 0.43% | 0.71% | - |
| XYZ | 28.21 | 34.93 | 48.44 | - |
| YUV | 151.11 | 144.3 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 170 | 180 | 0.43 | 0.06 | 0 | 0.29 | 187.79 | 0.34 | 0.55 |
| Hex | 67 | AA | B4 | 2B | 6 | 0 | 1D | BC | 22 | 37 |
| Octal | 147 | 252 | 264 | 53 | 6 | 0 | 35 | 274 | 42 | 67 |
| Binary | 1100111 | 10101010 | 10110100 | 101011 | 110 | 0 | 11101 | 10111100 | 100010 | 110111 |
Color Harmonies of #67AAB4
Complementary color
Monochromatic Colors of #67AAB4
Black with #67AAB4
Text Example
Text Example
White with #67AAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AAB4; }
p { color: rgb(103,170,180); }
H1.HeaderClassName
{
color: #67AAB4;
}
.AnyTagClassName
{
color: #67AAB4;
}
</style>
background-color css
<style>
a { background-color: #67AAB4; }
a { background-color: rgb(103,170,180); }
div.DivClassName
{
background-color: #67AAB4;
}
.BgClassName
{
background-color: #67AAB4;
}
</style>
border-color css
<style>
span { border-color: #67AAB4; }
span { border-color: rgb(103,170,180); }
td.TdClassName
{
border-color: #67AAB4;
}
.TagClassName
{
border-color: #67AAB4;
}
</style>