Shades of Fountain Blue #66BEBD
Tints of Fountain Blue #66BEBD
RGB
CMYK
RGB Variations
Color information
#66BEBD (or 0x66BEBD) is known color: Fountain Blue. HEX triplet: 66, BE and BD. RGB value is (102,190,189). Sum of RGB (Red+Green+Blue) = 102+190+189=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #66BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BEBD is #994142. Grayscale: #A3A3A3. Windows color (decimal): -10043715 or 12435046. OLE color: 12435046.
HSL color Cylindrical-coordinate representation of color #66BEBD: hue angle of 179.32º 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 #66BEBD is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 190 | 189 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.25 |
| HSL | 179.32º | 0.4% | 0.57% | - |
| HSV(B) | 179.32º | 0.46% | 0.75% | - |
| XYZ | 33.08 | 43.33 | 54.76 | - |
| YUV | 163.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 189 | 0.46 | 0 | 0.01 | 0.25 | 179.32 | 0.4 | 0.57 |
| Hex | 66 | BE | BD | 2E | 0 | 1 | 19 | B3 | 28 | 39 |
| Octal | 146 | 276 | 275 | 56 | 0 | 1 | 31 | 263 | 50 | 71 |
| Binary | 1100110 | 10111110 | 10111101 | 101110 | 0 | 1 | 11001 | 10110011 | 101000 | 111001 |
Color Harmonies of #66BEBD
Complementary color
Monochromatic Colors of #66BEBD
Black with #66BEBD
Text Example
Text Example
White with #66BEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BEBD; }
p { color: rgb(102,190,189); }
H1.HeaderClassName
{
color: #66BEBD;
}
.AnyTagClassName
{
color: #66BEBD;
}
</style>
background-color css
<style>
a { background-color: #66BEBD; }
a { background-color: rgb(102,190,189); }
div.DivClassName
{
background-color: #66BEBD;
}
.BgClassName
{
background-color: #66BEBD;
}
</style>
border-color css
<style>
span { border-color: #66BEBD; }
span { border-color: rgb(102,190,189); }
td.TdClassName
{
border-color: #66BEBD;
}
.TagClassName
{
border-color: #66BEBD;
}
</style>