Shades of Fountain Blue #67ADAB
Tints of Fountain Blue #67ADAB
RGB
CMYK
RGB Variations
Color information
#67ADAB (or 0x67ADAB) is known color: Fountain Blue. HEX triplet: 67, AD and AB. RGB value is (103,173,171). Sum of RGB (Red+Green+Blue) = 103+173+171=447 (59% of max value = 765). Red value is 103 (40.62% from 255 or 23.04% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 173 - color contains mainly: green. Hex color #67ADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67ADAB is #985254. Grayscale: #979797. Windows color (decimal): -9982549 or 11251047. OLE color: 11251047.
HSL color Cylindrical-coordinate representation of color #67ADAB: hue angle of 178.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67ADAB is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 173 | 171 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.32 |
| HSL | 178.29º | 0.3% | 0.54% | - |
| HSV(B) | 178.29º | 0.4% | 0.68% | - |
| XYZ | 27.89 | 35.71 | 43.95 | - |
| YUV | 151.84 | 138.81 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 171 | 0.40 | 0 | 0.01 | 0.32 | 178.29 | 0.3 | 0.54 |
| Hex | 67 | AD | AB | 28 | 0 | 1 | 20 | B2 | 1E | 36 |
| Octal | 147 | 255 | 253 | 50 | 0 | 1 | 40 | 262 | 36 | 66 |
| Binary | 1100111 | 10101101 | 10101011 | 101000 | 0 | 1 | 100000 | 10110010 | 11110 | 110110 |
Color Harmonies of #67ADAB
Complementary color
Monochromatic Colors of #67ADAB
Black with #67ADAB
Text Example
Text Example
White with #67ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADAB; }
p { color: rgb(103,173,171); }
H1.HeaderClassName
{
color: #67ADAB;
}
.AnyTagClassName
{
color: #67ADAB;
}
</style>
background-color css
<style>
a { background-color: #67ADAB; }
a { background-color: rgb(103,173,171); }
div.DivClassName
{
background-color: #67ADAB;
}
.BgClassName
{
background-color: #67ADAB;
}
</style>
border-color css
<style>
span { border-color: #67ADAB; }
span { border-color: rgb(103,173,171); }
td.TdClassName
{
border-color: #67ADAB;
}
.TagClassName
{
border-color: #67ADAB;
}
</style>