Shades of Fountain Blue #66BEB8
Tints of Fountain Blue #66BEB8
RGB
CMYK
RGB Variations
Color information
#66BEB8 (or 0x66BEB8) is known color: Fountain Blue. HEX triplet: 66, BE and B8. RGB value is (102,190,184). Sum of RGB (Red+Green+Blue) = 102+190+184=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #66BEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BEB8 is #994147. Grayscale: #A2A2A2. Windows color (decimal): -10043720 or 12107366. OLE color: 12107366.
HSL color Cylindrical-coordinate representation of color #66BEB8: hue angle of 175.91º 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 #66BEB8 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 190 | 184 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.25 |
| HSL | 175.91º | 0.4% | 0.57% | - |
| HSV(B) | 175.91º | 0.46% | 0.75% | - |
| XYZ | 32.54 | 43.11 | 51.95 | - |
| YUV | 163 | 139.85 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 184 | 0.46 | 0 | 0.03 | 0.25 | 175.91 | 0.4 | 0.57 |
| Hex | 66 | BE | B8 | 2E | 0 | 3 | 19 | B0 | 28 | 39 |
| Octal | 146 | 276 | 270 | 56 | 0 | 3 | 31 | 260 | 50 | 71 |
| Binary | 1100110 | 10111110 | 10111000 | 101110 | 0 | 11 | 11001 | 10110000 | 101000 | 111001 |
Color Harmonies of #66BEB8
Complementary color
Monochromatic Colors of #66BEB8
Black with #66BEB8
Text Example
Text Example
White with #66BEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BEB8; }
p { color: rgb(102,190,184); }
H1.HeaderClassName
{
color: #66BEB8;
}
.AnyTagClassName
{
color: #66BEB8;
}
</style>
background-color css
<style>
a { background-color: #66BEB8; }
a { background-color: rgb(102,190,184); }
div.DivClassName
{
background-color: #66BEB8;
}
.BgClassName
{
background-color: #66BEB8;
}
</style>
border-color css
<style>
span { border-color: #66BEB8; }
span { border-color: rgb(102,190,184); }
td.TdClassName
{
border-color: #66BEB8;
}
.TagClassName
{
border-color: #66BEB8;
}
</style>