Shades of Fountain Blue #67B4BA
Tints of Fountain Blue #67B4BA
RGB
CMYK
RGB Variations
Color information
#67B4BA (or 0x67B4BA) is known color: Fountain Blue. HEX triplet: 67, B4 and BA. RGB value is (103,180,186). Sum of RGB (Red+Green+Blue) = 103+180+186=469 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.96% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #67B4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B4BA is #984B45. Grayscale: #9D9D9D. Windows color (decimal): -9980742 or 12235879. OLE color: 12235879.
HSL color Cylindrical-coordinate representation of color #67B4BA: hue angle of 184.34º 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 #67B4BA is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 180 | 186 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.27 |
| HSL | 184.34º | 0.38% | 0.57% | - |
| HSV(B) | 184.34º | 0.45% | 0.73% | - |
| XYZ | 30.78 | 39.07 | 52.37 | - |
| YUV | 157.66 | 143.99 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 180 | 186 | 0.45 | 0.03 | 0 | 0.27 | 184.34 | 0.38 | 0.57 |
| Hex | 67 | B4 | BA | 2D | 3 | 0 | 1B | B8 | 26 | 39 |
| Octal | 147 | 264 | 272 | 55 | 3 | 0 | 33 | 270 | 46 | 71 |
| Binary | 1100111 | 10110100 | 10111010 | 101101 | 11 | 0 | 11011 | 10111000 | 100110 | 111001 |
Color Harmonies of #67B4BA
Complementary color
Monochromatic Colors of #67B4BA
Black with #67B4BA
Text Example
Text Example
White with #67B4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B4BA; }
p { color: rgb(103,180,186); }
H1.HeaderClassName
{
color: #67B4BA;
}
.AnyTagClassName
{
color: #67B4BA;
}
</style>
background-color css
<style>
a { background-color: #67B4BA; }
a { background-color: rgb(103,180,186); }
div.DivClassName
{
background-color: #67B4BA;
}
.BgClassName
{
background-color: #67B4BA;
}
</style>
border-color css
<style>
span { border-color: #67B4BA; }
span { border-color: rgb(103,180,186); }
td.TdClassName
{
border-color: #67B4BA;
}
.TagClassName
{
border-color: #67B4BA;
}
</style>