Shades of Fountain Blue #64BCBB
Tints of Fountain Blue #64BCBB
RGB
CMYK
RGB Variations
Color information
#64BCBB (or 0x64BCBB) is known color: Fountain Blue. HEX triplet: 64, BC and BB. RGB value is (100,188,187). Sum of RGB (Red+Green+Blue) = 100+188+187=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #64BCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCBB is #9B4344. Grayscale: #A1A1A1. Windows color (decimal): -10175301 or 12303460. OLE color: 12303460.
HSL color Cylindrical-coordinate representation of color #64BCBB: hue angle of 179.32º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BCBB is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 187 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.26 |
| HSL | 179.32º | 0.4% | 0.56% | - |
| HSV(B) | 179.32º | 0.47% | 0.74% | - |
| XYZ | 32.21 | 42.26 | 53.47 | - |
| YUV | 161.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 187 | 0.47 | 0 | 0.01 | 0.26 | 179.32 | 0.4 | 0.56 |
| Hex | 64 | BC | BB | 2F | 0 | 1 | 1A | B3 | 28 | 38 |
| Octal | 144 | 274 | 273 | 57 | 0 | 1 | 32 | 263 | 50 | 70 |
| Binary | 1100100 | 10111100 | 10111011 | 101111 | 0 | 1 | 11010 | 10110011 | 101000 | 111000 |
Color Harmonies of #64BCBB
Complementary color
Monochromatic Colors of #64BCBB
Black with #64BCBB
Text Example
Text Example
White with #64BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BCBB; }
p { color: rgb(100,188,187); }
H1.HeaderClassName
{
color: #64BCBB;
}
.AnyTagClassName
{
color: #64BCBB;
}
</style>
background-color css
<style>
a { background-color: #64BCBB; }
a { background-color: rgb(100,188,187); }
div.DivClassName
{
background-color: #64BCBB;
}
.BgClassName
{
background-color: #64BCBB;
}
</style>
border-color css
<style>
span { border-color: #64BCBB; }
span { border-color: rgb(100,188,187); }
td.TdClassName
{
border-color: #64BCBB;
}
.TagClassName
{
border-color: #64BCBB;
}
</style>