Shades of Fountain Blue #67BEBA
Tints of Fountain Blue #67BEBA
RGB
CMYK
RGB Variations
Color information
#67BEBA (or 0x67BEBA) is known color: Fountain Blue. HEX triplet: 67, BE and BA. RGB value is (103,190,186). Sum of RGB (Red+Green+Blue) = 103+190+186=479 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.50% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #67BEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BEBA is #984145. Grayscale: #A3A3A3. Windows color (decimal): -9978182 or 12238439. OLE color: 12238439.
HSL color Cylindrical-coordinate representation of color #67BEBA: hue angle of 177.24º 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 #67BEBA is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 190 | 186 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.25 |
| HSL | 177.24º | 0.4% | 0.57% | - |
| HSV(B) | 177.24º | 0.46% | 0.75% | - |
| XYZ | 32.87 | 43.26 | 53.07 | - |
| YUV | 163.53 | 140.68 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 190 | 186 | 0.46 | 0 | 0.02 | 0.25 | 177.24 | 0.4 | 0.57 |
| Hex | 67 | BE | BA | 2E | 0 | 2 | 19 | B1 | 28 | 39 |
| Octal | 147 | 276 | 272 | 56 | 0 | 2 | 31 | 261 | 50 | 71 |
| Binary | 1100111 | 10111110 | 10111010 | 101110 | 0 | 10 | 11001 | 10110001 | 101000 | 111001 |
Color Harmonies of #67BEBA
Complementary color
Monochromatic Colors of #67BEBA
Black with #67BEBA
Text Example
Text Example
White with #67BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BEBA; }
p { color: rgb(103,190,186); }
H1.HeaderClassName
{
color: #67BEBA;
}
.AnyTagClassName
{
color: #67BEBA;
}
</style>
background-color css
<style>
a { background-color: #67BEBA; }
a { background-color: rgb(103,190,186); }
div.DivClassName
{
background-color: #67BEBA;
}
.BgClassName
{
background-color: #67BEBA;
}
</style>
border-color css
<style>
span { border-color: #67BEBA; }
span { border-color: rgb(103,190,186); }
td.TdClassName
{
border-color: #67BEBA;
}
.TagClassName
{
border-color: #67BEBA;
}
</style>