Shades of Fountain Blue #66C0BD
Tints of Fountain Blue #66C0BD
RGB
CMYK
RGB Variations
Color information
#66C0BD (or 0x66C0BD) is known color: Fountain Blue. HEX triplet: 66, C0 and BD. RGB value is (102,192,189). Sum of RGB (Red+Green+Blue) = 102+192+189=483 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.12% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #66C0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C0BD is #993F42. Grayscale: #A4A4A4. Windows color (decimal): -10043203 or 12435558. OLE color: 12435558.
HSL color Cylindrical-coordinate representation of color #66C0BD: hue angle of 178º 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 #66C0BD is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 189 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.25 |
| HSL | 178º | 0.42% | 0.58% | - |
| HSV(B) | 178º | 0.47% | 0.75% | - |
| XYZ | 33.51 | 44.2 | 54.91 | - |
| YUV | 164.75 | 141.68 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 189 | 0.47 | 0 | 0.02 | 0.25 | 178 | 0.42 | 0.58 |
| Hex | 66 | C0 | BD | 2F | 0 | 2 | 19 | B2 | 2A | 3A |
| Octal | 146 | 300 | 275 | 57 | 0 | 2 | 31 | 262 | 52 | 72 |
| Binary | 1100110 | 11000000 | 10111101 | 101111 | 0 | 10 | 11001 | 10110010 | 101010 | 111010 |
Color Harmonies of #66C0BD
Complementary color
Monochromatic Colors of #66C0BD
Black with #66C0BD
Text Example
Text Example
White with #66C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C0BD; }
p { color: rgb(102,192,189); }
H1.HeaderClassName
{
color: #66C0BD;
}
.AnyTagClassName
{
color: #66C0BD;
}
</style>
background-color css
<style>
a { background-color: #66C0BD; }
a { background-color: rgb(102,192,189); }
div.DivClassName
{
background-color: #66C0BD;
}
.BgClassName
{
background-color: #66C0BD;
}
</style>
border-color css
<style>
span { border-color: #66C0BD; }
span { border-color: rgb(102,192,189); }
td.TdClassName
{
border-color: #66C0BD;
}
.TagClassName
{
border-color: #66C0BD;
}
</style>