Shades of Fountain Blue #67B5BA
Tints of Fountain Blue #67B5BA
RGB
CMYK
RGB Variations
Color information
#67B5BA (or 0x67B5BA) is known color: Fountain Blue. HEX triplet: 67, B5 and BA. RGB value is (103,181,186). Sum of RGB (Red+Green+Blue) = 103+181+186=470 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.91% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #67B5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B5BA is #984A45. Grayscale: #9E9E9E. Windows color (decimal): -9980486 or 12236135. OLE color: 12236135.
HSL color Cylindrical-coordinate representation of color #67B5BA: hue angle of 183.61º 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 #67B5BA is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 181 | 186 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.27 |
| HSL | 183.61º | 0.38% | 0.57% | - |
| HSV(B) | 183.61º | 0.45% | 0.73% | - |
| XYZ | 30.98 | 39.48 | 52.44 | - |
| YUV | 158.25 | 143.66 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 181 | 186 | 0.45 | 0.03 | 0 | 0.27 | 183.61 | 0.38 | 0.57 |
| Hex | 67 | B5 | BA | 2D | 3 | 0 | 1B | B8 | 26 | 39 |
| Octal | 147 | 265 | 272 | 55 | 3 | 0 | 33 | 270 | 46 | 71 |
| Binary | 1100111 | 10110101 | 10111010 | 101101 | 11 | 0 | 11011 | 10111000 | 100110 | 111001 |
Color Harmonies of #67B5BA
Complementary color
Monochromatic Colors of #67B5BA
Black with #67B5BA
Text Example
Text Example
White with #67B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B5BA; }
p { color: rgb(103,181,186); }
H1.HeaderClassName
{
color: #67B5BA;
}
.AnyTagClassName
{
color: #67B5BA;
}
</style>
background-color css
<style>
a { background-color: #67B5BA; }
a { background-color: rgb(103,181,186); }
div.DivClassName
{
background-color: #67B5BA;
}
.BgClassName
{
background-color: #67B5BA;
}
</style>
border-color css
<style>
span { border-color: #67B5BA; }
span { border-color: rgb(103,181,186); }
td.TdClassName
{
border-color: #67B5BA;
}
.TagClassName
{
border-color: #67B5BA;
}
</style>