Shades of Fountain Blue #66C0BC
Tints of Fountain Blue #66C0BC
RGB
CMYK
RGB Variations
Color information
#66C0BC (or 0x66C0BC) is known color: Fountain Blue. HEX triplet: 66, C0 and BC. RGB value is (102,192,188). Sum of RGB (Red+Green+Blue) = 102+192+188=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #66C0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C0BC is #993F43. Grayscale: #A4A4A4. Windows color (decimal): -10043204 or 12370022. OLE color: 12370022.
HSL color Cylindrical-coordinate representation of color #66C0BC: hue angle of 177.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C0BC is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 188 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.25 |
| HSL | 177.33º | 0.42% | 0.58% | - |
| HSV(B) | 177.33º | 0.47% | 0.75% | - |
| XYZ | 33.41 | 44.15 | 54.34 | - |
| YUV | 164.63 | 141.18 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 188 | 0.47 | 0 | 0.02 | 0.25 | 177.33 | 0.42 | 0.58 |
| Hex | 66 | C0 | BC | 2F | 0 | 2 | 19 | B1 | 2A | 3A |
| Octal | 146 | 300 | 274 | 57 | 0 | 2 | 31 | 261 | 52 | 72 |
| Binary | 1100110 | 11000000 | 10111100 | 101111 | 0 | 10 | 11001 | 10110001 | 101010 | 111010 |
Color Harmonies of #66C0BC
Complementary color
Monochromatic Colors of #66C0BC
Black with #66C0BC
Text Example
Text Example
White with #66C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C0BC; }
p { color: rgb(102,192,188); }
H1.HeaderClassName
{
color: #66C0BC;
}
.AnyTagClassName
{
color: #66C0BC;
}
</style>
background-color css
<style>
a { background-color: #66C0BC; }
a { background-color: rgb(102,192,188); }
div.DivClassName
{
background-color: #66C0BC;
}
.BgClassName
{
background-color: #66C0BC;
}
</style>
border-color css
<style>
span { border-color: #66C0BC; }
span { border-color: rgb(102,192,188); }
td.TdClassName
{
border-color: #66C0BC;
}
.TagClassName
{
border-color: #66C0BC;
}
</style>