Shades of Fountain Blue #66BDBC
Tints of Fountain Blue #66BDBC
RGB
CMYK
RGB Variations
Color information
#66BDBC (or 0x66BDBC) is known color: Fountain Blue. HEX triplet: 66, BD and BC. RGB value is (102,189,188). Sum of RGB (Red+Green+Blue) = 102+189+188=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 189 - color contains mainly: green. Hex color #66BDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDBC is #994243. Grayscale: #A2A2A2. Windows color (decimal): -10043972 or 12369254. OLE color: 12369254.
HSL color Cylindrical-coordinate representation of color #66BDBC: hue angle of 179.31º 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 #66BDBC is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 189 | 188 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.26 |
| HSL | 179.31º | 0.4% | 0.57% | - |
| HSV(B) | 179.31º | 0.46% | 0.74% | - |
| XYZ | 32.75 | 42.85 | 54.12 | - |
| YUV | 162.87 | 142.18 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 188 | 0.46 | 0 | 0.01 | 0.26 | 179.31 | 0.4 | 0.57 |
| Hex | 66 | BD | BC | 2E | 0 | 1 | 1A | B3 | 28 | 39 |
| Octal | 146 | 275 | 274 | 56 | 0 | 1 | 32 | 263 | 50 | 71 |
| Binary | 1100110 | 10111101 | 10111100 | 101110 | 0 | 1 | 11010 | 10110011 | 101000 | 111001 |
Color Harmonies of #66BDBC
Complementary color
Monochromatic Colors of #66BDBC
Black with #66BDBC
Text Example
Text Example
White with #66BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BDBC; }
p { color: rgb(102,189,188); }
H1.HeaderClassName
{
color: #66BDBC;
}
.AnyTagClassName
{
color: #66BDBC;
}
</style>
background-color css
<style>
a { background-color: #66BDBC; }
a { background-color: rgb(102,189,188); }
div.DivClassName
{
background-color: #66BDBC;
}
.BgClassName
{
background-color: #66BDBC;
}
</style>
border-color css
<style>
span { border-color: #66BDBC; }
span { border-color: rgb(102,189,188); }
td.TdClassName
{
border-color: #66BDBC;
}
.TagClassName
{
border-color: #66BDBC;
}
</style>