Shades of Fountain Blue #67A9AA
Tints of Fountain Blue #67A9AA
RGB
CMYK
RGB Variations
Color information
#67A9AA (or 0x67A9AA) is known color: Fountain Blue. HEX triplet: 67, A9 and AA. RGB value is (103,169,170). Sum of RGB (Red+Green+Blue) = 103+169+170=442 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.30% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #67A9AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A9AA is #985655. Grayscale: #959595. Windows color (decimal): -9983574 or 11184487. OLE color: 11184487.
HSL color Cylindrical-coordinate representation of color #67A9AA: hue angle of 180.9º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67A9AA is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 169 | 170 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.33 |
| HSL | 180.9º | 0.28% | 0.54% | - |
| HSV(B) | 180.9º | 0.39% | 0.67% | - |
| XYZ | 27.04 | 34.16 | 43.2 | - |
| YUV | 149.38 | 139.63 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 169 | 170 | 0.39 | 0.01 | 0 | 0.33 | 180.9 | 0.28 | 0.54 |
| Hex | 67 | A9 | AA | 27 | 1 | 0 | 21 | B5 | 1C | 36 |
| Octal | 147 | 251 | 252 | 47 | 1 | 0 | 41 | 265 | 34 | 66 |
| Binary | 1100111 | 10101001 | 10101010 | 100111 | 1 | 0 | 100001 | 10110101 | 11100 | 110110 |
Color Harmonies of #67A9AA
Complementary color
Monochromatic Colors of #67A9AA
Black with #67A9AA
Text Example
Text Example
White with #67A9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A9AA; }
p { color: rgb(103,169,170); }
H1.HeaderClassName
{
color: #67A9AA;
}
.AnyTagClassName
{
color: #67A9AA;
}
</style>
background-color css
<style>
a { background-color: #67A9AA; }
a { background-color: rgb(103,169,170); }
div.DivClassName
{
background-color: #67A9AA;
}
.BgClassName
{
background-color: #67A9AA;
}
</style>
border-color css
<style>
span { border-color: #67A9AA; }
span { border-color: rgb(103,169,170); }
td.TdClassName
{
border-color: #67A9AA;
}
.TagClassName
{
border-color: #67A9AA;
}
</style>