Shades of Fountain Blue #67A8AB
Tints of Fountain Blue #67A8AB
RGB
CMYK
RGB Variations
Color information
#67A8AB (or 0x67A8AB) is known color: Fountain Blue. HEX triplet: 67, A8 and AB. RGB value is (103,168,171). Sum of RGB (Red+Green+Blue) = 103+168+171=442 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.30% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #67A8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A8AB is #985754. Grayscale: #949494. Windows color (decimal): -9983829 or 11249767. OLE color: 11249767.
HSL color Cylindrical-coordinate representation of color #67A8AB: hue angle of 182.65º 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 #67A8AB is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 168 | 171 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.33 |
| HSL | 182.65º | 0.29% | 0.54% | - |
| HSV(B) | 182.65º | 0.4% | 0.67% | - |
| XYZ | 26.95 | 33.83 | 43.64 | - |
| YUV | 148.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 168 | 171 | 0.40 | 0.02 | 0 | 0.33 | 182.65 | 0.29 | 0.54 |
| Hex | 67 | A8 | AB | 28 | 2 | 0 | 21 | B7 | 1D | 36 |
| Octal | 147 | 250 | 253 | 50 | 2 | 0 | 41 | 267 | 35 | 66 |
| Binary | 1100111 | 10101000 | 10101011 | 101000 | 10 | 0 | 100001 | 10110111 | 11101 | 110110 |
Color Harmonies of #67A8AB
Complementary color
Monochromatic Colors of #67A8AB
Black with #67A8AB
Text Example
Text Example
White with #67A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A8AB; }
p { color: rgb(103,168,171); }
H1.HeaderClassName
{
color: #67A8AB;
}
.AnyTagClassName
{
color: #67A8AB;
}
</style>
background-color css
<style>
a { background-color: #67A8AB; }
a { background-color: rgb(103,168,171); }
div.DivClassName
{
background-color: #67A8AB;
}
.BgClassName
{
background-color: #67A8AB;
}
</style>
border-color css
<style>
span { border-color: #67A8AB; }
span { border-color: rgb(103,168,171); }
td.TdClassName
{
border-color: #67A8AB;
}
.TagClassName
{
border-color: #67A8AB;
}
</style>