Shades of Fountain Blue #67BBBB
Tints of Fountain Blue #67BBBB
RGB
CMYK
RGB Variations
Color information
#67BBBB (or 0x67BBBB) is known color: Fountain Blue. HEX triplet: 67, BB and BB. RGB value is (103,187,187). Sum of RGB (Red+Green+Blue) = 103+187+187=477 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.59% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #67BBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BBBB is #984444. Grayscale: #A1A1A1. Windows color (decimal): -9978949 or 12303207. OLE color: 12303207.
HSL color Cylindrical-coordinate representation of color #67BBBB: 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 #67BBBB is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 187 | 187 | - |
| CMYK | 0.45 | 0 | 0 | 0.27 |
| HSL | 180º | 0.38% | 0.57% | - |
| HSV(B) | 180º | 0.45% | 0.73% | - |
| XYZ | 32.33 | 42.01 | 53.42 | - |
| YUV | 161.88 | 142.17 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 187 | 187 | 0.45 | 0 | 0 | 0.27 | 180 | 0.38 | 0.57 |
| Hex | 67 | BB | BB | 2D | 0 | 0 | 1B | B4 | 26 | 39 |
| Octal | 147 | 273 | 273 | 55 | 0 | 0 | 33 | 264 | 46 | 71 |
| Binary | 1100111 | 10111011 | 10111011 | 101101 | 0 | 0 | 11011 | 10110100 | 100110 | 111001 |
Color Harmonies of #67BBBB
Complementary color
Monochromatic Colors of #67BBBB
Black with #67BBBB
Text Example
Text Example
White with #67BBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BBBB; }
p { color: rgb(103,187,187); }
H1.HeaderClassName
{
color: #67BBBB;
}
.AnyTagClassName
{
color: #67BBBB;
}
</style>
background-color css
<style>
a { background-color: #67BBBB; }
a { background-color: rgb(103,187,187); }
div.DivClassName
{
background-color: #67BBBB;
}
.BgClassName
{
background-color: #67BBBB;
}
</style>
border-color css
<style>
span { border-color: #67BBBB; }
span { border-color: rgb(103,187,187); }
td.TdClassName
{
border-color: #67BBBB;
}
.TagClassName
{
border-color: #67BBBB;
}
</style>