Shades of Fountain Blue #66BDBA
Tints of Fountain Blue #66BDBA
RGB
CMYK
RGB Variations
Color information
#66BDBA (or 0x66BDBA) is known color: Fountain Blue. HEX triplet: 66, BD and BA. RGB value is (102,189,186). Sum of RGB (Red+Green+Blue) = 102+189+186=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #66BDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDBA is #994245. Grayscale: #A2A2A2. Windows color (decimal): -10043974 or 12238182. OLE color: 12238182.
HSL color Cylindrical-coordinate representation of color #66BDBA: hue angle of 177.93º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BDBA is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 189 | 186 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.26 |
| HSL | 177.93º | 0.4% | 0.57% | - |
| HSV(B) | 177.93º | 0.46% | 0.74% | - |
| XYZ | 32.54 | 42.77 | 52.99 | - |
| YUV | 162.65 | 141.18 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 186 | 0.46 | 0 | 0.02 | 0.26 | 177.93 | 0.4 | 0.57 |
| Hex | 66 | BD | BA | 2E | 0 | 2 | 1A | B2 | 28 | 39 |
| Octal | 146 | 275 | 272 | 56 | 0 | 2 | 32 | 262 | 50 | 71 |
| Binary | 1100110 | 10111101 | 10111010 | 101110 | 0 | 10 | 11010 | 10110010 | 101000 | 111001 |
Color Harmonies of #66BDBA
Complementary color
Monochromatic Colors of #66BDBA
Black with #66BDBA
Text Example
Text Example
White with #66BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BDBA; }
p { color: rgb(102,189,186); }
H1.HeaderClassName
{
color: #66BDBA;
}
.AnyTagClassName
{
color: #66BDBA;
}
</style>
background-color css
<style>
a { background-color: #66BDBA; }
a { background-color: rgb(102,189,186); }
div.DivClassName
{
background-color: #66BDBA;
}
.BgClassName
{
background-color: #66BDBA;
}
</style>
border-color css
<style>
span { border-color: #66BDBA; }
span { border-color: rgb(102,189,186); }
td.TdClassName
{
border-color: #66BDBA;
}
.TagClassName
{
border-color: #66BDBA;
}
</style>