Shades of Fountain Blue #67A2AA
Tints of Fountain Blue #67A2AA
RGB
CMYK
RGB Variations
Color information
#67A2AA (or 0x67A2AA) is known color: Fountain Blue. HEX triplet: 67, A2 and AA. RGB value is (103,162,170). Sum of RGB (Red+Green+Blue) = 103+162+170=435 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.68% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #67A2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A2AA is #985D55. Grayscale: #919191. Windows color (decimal): -9985366 or 11182695. OLE color: 11182695.
HSL color Cylindrical-coordinate representation of color #67A2AA: hue angle of 187.16º 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 #67A2AA is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 162 | 170 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.33 |
| HSL | 187.16º | 0.28% | 0.54% | - |
| HSV(B) | 187.16º | 0.39% | 0.67% | - |
| XYZ | 25.77 | 31.63 | 42.78 | - |
| YUV | 145.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 162 | 170 | 0.39 | 0.05 | 0 | 0.33 | 187.16 | 0.28 | 0.54 |
| Hex | 67 | A2 | AA | 27 | 5 | 0 | 21 | BB | 1C | 36 |
| Octal | 147 | 242 | 252 | 47 | 5 | 0 | 41 | 273 | 34 | 66 |
| Binary | 1100111 | 10100010 | 10101010 | 100111 | 101 | 0 | 100001 | 10111011 | 11100 | 110110 |
Color Harmonies of #67A2AA
Complementary color
Monochromatic Colors of #67A2AA
Black with #67A2AA
Text Example
Text Example
White with #67A2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A2AA; }
p { color: rgb(103,162,170); }
H1.HeaderClassName
{
color: #67A2AA;
}
.AnyTagClassName
{
color: #67A2AA;
}
</style>
background-color css
<style>
a { background-color: #67A2AA; }
a { background-color: rgb(103,162,170); }
div.DivClassName
{
background-color: #67A2AA;
}
.BgClassName
{
background-color: #67A2AA;
}
</style>
border-color css
<style>
span { border-color: #67A2AA; }
span { border-color: rgb(103,162,170); }
td.TdClassName
{
border-color: #67A2AA;
}
.TagClassName
{
border-color: #67A2AA;
}
</style>