Shades of Fountain Blue #67ABAB
Tints of Fountain Blue #67ABAB
RGB
CMYK
RGB Variations
Color information
#67ABAB (or 0x67ABAB) is known color: Fountain Blue. HEX triplet: 67, AB and AB. RGB value is (103,171,171). Sum of RGB (Red+Green+Blue) = 103+171+171=445 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.15% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #67ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67ABAB is #985454. Grayscale: #969696. Windows color (decimal): -9983061 or 11250535. OLE color: 11250535.
HSL color Cylindrical-coordinate representation of color #67ABAB: hue angle of 180º 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 #67ABAB is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 171 | 171 | - |
| CMYK | 0.40 | 0 | 0 | 0.33 |
| HSL | 180º | 0.29% | 0.54% | - |
| HSV(B) | 180º | 0.4% | 0.67% | - |
| XYZ | 27.51 | 34.95 | 43.82 | - |
| YUV | 150.67 | 139.47 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 171 | 0.40 | 0 | 0 | 0.33 | 180 | 0.29 | 0.54 |
| Hex | 67 | AB | AB | 28 | 0 | 0 | 21 | B4 | 1D | 36 |
| Octal | 147 | 253 | 253 | 50 | 0 | 0 | 41 | 264 | 35 | 66 |
| Binary | 1100111 | 10101011 | 10101011 | 101000 | 0 | 0 | 100001 | 10110100 | 11101 | 110110 |
Color Harmonies of #67ABAB
Complementary color
Monochromatic Colors of #67ABAB
Black with #67ABAB
Text Example
Text Example
White with #67ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ABAB; }
p { color: rgb(103,171,171); }
H1.HeaderClassName
{
color: #67ABAB;
}
.AnyTagClassName
{
color: #67ABAB;
}
</style>
background-color css
<style>
a { background-color: #67ABAB; }
a { background-color: rgb(103,171,171); }
div.DivClassName
{
background-color: #67ABAB;
}
.BgClassName
{
background-color: #67ABAB;
}
</style>
border-color css
<style>
span { border-color: #67ABAB; }
span { border-color: rgb(103,171,171); }
td.TdClassName
{
border-color: #67ABAB;
}
.TagClassName
{
border-color: #67ABAB;
}
</style>