Shades of Fountain Blue #67A2AB
Tints of Fountain Blue #67A2AB
RGB
CMYK
RGB Variations
Color information
#67A2AB (or 0x67A2AB) is known color: Fountain Blue. HEX triplet: 67, A2 and AB. RGB value is (103,162,171). Sum of RGB (Red+Green+Blue) = 103+162+171=436 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.62% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #67A2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A2AB is #985D54. Grayscale: #919191. Windows color (decimal): -9985365 or 11248231. OLE color: 11248231.
HSL color Cylindrical-coordinate representation of color #67A2AB: hue angle of 187.94º 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 #67A2AB is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 162 | 171 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.33 |
| HSL | 187.94º | 0.29% | 0.54% | - |
| HSV(B) | 187.94º | 0.4% | 0.67% | - |
| XYZ | 25.86 | 31.66 | 43.28 | - |
| YUV | 145.39 | 142.45 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 162 | 171 | 0.40 | 0.05 | 0 | 0.33 | 187.94 | 0.29 | 0.54 |
| Hex | 67 | A2 | AB | 28 | 5 | 0 | 21 | BC | 1D | 36 |
| Octal | 147 | 242 | 253 | 50 | 5 | 0 | 41 | 274 | 35 | 66 |
| Binary | 1100111 | 10100010 | 10101011 | 101000 | 101 | 0 | 100001 | 10111100 | 11101 | 110110 |
Color Harmonies of #67A2AB
Complementary color
Monochromatic Colors of #67A2AB
Black with #67A2AB
Text Example
Text Example
White with #67A2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A2AB; }
p { color: rgb(103,162,171); }
H1.HeaderClassName
{
color: #67A2AB;
}
.AnyTagClassName
{
color: #67A2AB;
}
</style>
background-color css
<style>
a { background-color: #67A2AB; }
a { background-color: rgb(103,162,171); }
div.DivClassName
{
background-color: #67A2AB;
}
.BgClassName
{
background-color: #67A2AB;
}
</style>
border-color css
<style>
span { border-color: #67A2AB; }
span { border-color: rgb(103,162,171); }
td.TdClassName
{
border-color: #67A2AB;
}
.TagClassName
{
border-color: #67A2AB;
}
</style>