Shades of Fountain Blue #6ABEBA
Tints of Fountain Blue #6ABEBA
RGB
CMYK
RGB Variations
Color information
#6ABEBA (or 0x6ABEBA) is known color: Fountain Blue. HEX triplet: 6A, BE and BA. RGB value is (106,190,186). Sum of RGB (Red+Green+Blue) = 106+190+186=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABEBA is #954145. Grayscale: #A4A4A4. Windows color (decimal): -9781574 or 12238442. OLE color: 12238442.
HSL color Cylindrical-coordinate representation of color #6ABEBA: hue angle of 177.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABEBA is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 190 | 186 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.25 |
| HSL | 177.14º | 0.39% | 0.58% | - |
| HSV(B) | 177.14º | 0.44% | 0.75% | - |
| XYZ | 33.22 | 43.44 | 53.09 | - |
| YUV | 164.43 | 140.17 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 190 | 186 | 0.44 | 0 | 0.02 | 0.25 | 177.14 | 0.39 | 0.58 |
| Hex | 6A | BE | BA | 2C | 0 | 2 | 19 | B1 | 27 | 3A |
| Octal | 152 | 276 | 272 | 54 | 0 | 2 | 31 | 261 | 47 | 72 |
| Binary | 1101010 | 10111110 | 10111010 | 101100 | 0 | 10 | 11001 | 10110001 | 100111 | 111010 |
Color Harmonies of #6ABEBA
Complementary color
Monochromatic Colors of #6ABEBA
Black with #6ABEBA
Text Example
Text Example
White with #6ABEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABEBA; }
p { color: rgb(106,190,186); }
H1.HeaderClassName
{
color: #6ABEBA;
}
.AnyTagClassName
{
color: #6ABEBA;
}
</style>
background-color css
<style>
a { background-color: #6ABEBA; }
a { background-color: rgb(106,190,186); }
div.DivClassName
{
background-color: #6ABEBA;
}
.BgClassName
{
background-color: #6ABEBA;
}
</style>
border-color css
<style>
span { border-color: #6ABEBA; }
span { border-color: rgb(106,190,186); }
td.TdClassName
{
border-color: #6ABEBA;
}
.TagClassName
{
border-color: #6ABEBA;
}
</style>