Shades of Fountain Blue #67BABA
Tints of Fountain Blue #67BABA
RGB
CMYK
RGB Variations
Color information
#67BABA (or 0x67BABA) is known color: Fountain Blue. HEX triplet: 67, BA and BA. RGB value is (103,186,186). Sum of RGB (Red+Green+Blue) = 103+186+186=475 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.68% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #67BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BABA is #984545. Grayscale: #A1A1A1. Windows color (decimal): -9979206 or 12237415. OLE color: 12237415.
HSL color Cylindrical-coordinate representation of color #67BABA: hue angle of 180º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67BABA is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 186 | 186 | - |
| CMYK | 0.45 | 0 | 0 | 0.27 |
| HSL | 180º | 0.38% | 0.57% | - |
| HSV(B) | 180º | 0.45% | 0.73% | - |
| XYZ | 32.02 | 41.55 | 52.79 | - |
| YUV | 161.18 | 142 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 186 | 0.45 | 0 | 0 | 0.27 | 180 | 0.38 | 0.57 |
| Hex | 67 | BA | BA | 2D | 0 | 0 | 1B | B4 | 26 | 39 |
| Octal | 147 | 272 | 272 | 55 | 0 | 0 | 33 | 264 | 46 | 71 |
| Binary | 1100111 | 10111010 | 10111010 | 101101 | 0 | 0 | 11011 | 10110100 | 100110 | 111001 |
Color Harmonies of #67BABA
Complementary color
Monochromatic Colors of #67BABA
Black with #67BABA
Text Example
Text Example
White with #67BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BABA; }
p { color: rgb(103,186,186); }
H1.HeaderClassName
{
color: #67BABA;
}
.AnyTagClassName
{
color: #67BABA;
}
</style>
background-color css
<style>
a { background-color: #67BABA; }
a { background-color: rgb(103,186,186); }
div.DivClassName
{
background-color: #67BABA;
}
.BgClassName
{
background-color: #67BABA;
}
</style>
border-color css
<style>
span { border-color: #67BABA; }
span { border-color: rgb(103,186,186); }
td.TdClassName
{
border-color: #67BABA;
}
.TagClassName
{
border-color: #67BABA;
}
</style>