Shades of Fountain Blue #67BEBC
Tints of Fountain Blue #67BEBC
RGB
CMYK
RGB Variations
Color information
#67BEBC (or 0x67BEBC) is known color: Fountain Blue. HEX triplet: 67, BE and BC. RGB value is (103,190,188). Sum of RGB (Red+Green+Blue) = 103+190+188=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #67BEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BEBC is #984143. Grayscale: #A3A3A3. Windows color (decimal): -9978180 or 12369511. OLE color: 12369511.
HSL color Cylindrical-coordinate representation of color #67BEBC: hue angle of 178.62º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67BEBC is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 190 | 188 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.25 |
| HSL | 178.62º | 0.4% | 0.57% | - |
| HSV(B) | 178.62º | 0.46% | 0.75% | - |
| XYZ | 33.08 | 43.34 | 54.2 | - |
| YUV | 163.76 | 141.68 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 190 | 188 | 0.46 | 0 | 0.01 | 0.25 | 178.62 | 0.4 | 0.57 |
| Hex | 67 | BE | BC | 2E | 0 | 1 | 19 | B3 | 28 | 39 |
| Octal | 147 | 276 | 274 | 56 | 0 | 1 | 31 | 263 | 50 | 71 |
| Binary | 1100111 | 10111110 | 10111100 | 101110 | 0 | 1 | 11001 | 10110011 | 101000 | 111001 |
Color Harmonies of #67BEBC
Complementary color
Monochromatic Colors of #67BEBC
Black with #67BEBC
Text Example
Text Example
White with #67BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BEBC; }
p { color: rgb(103,190,188); }
H1.HeaderClassName
{
color: #67BEBC;
}
.AnyTagClassName
{
color: #67BEBC;
}
</style>
background-color css
<style>
a { background-color: #67BEBC; }
a { background-color: rgb(103,190,188); }
div.DivClassName
{
background-color: #67BEBC;
}
.BgClassName
{
background-color: #67BEBC;
}
</style>
border-color css
<style>
span { border-color: #67BEBC; }
span { border-color: rgb(103,190,188); }
td.TdClassName
{
border-color: #67BEBC;
}
.TagClassName
{
border-color: #67BEBC;
}
</style>