Shades of Fountain Blue #64C0BF
Tints of Fountain Blue #64C0BF
RGB
CMYK
RGB Variations
Color information
#64C0BF (or 0x64C0BF) is known color: Fountain Blue. HEX triplet: 64, C0 and BF. RGB value is (100,192,191). Sum of RGB (Red+Green+Blue) = 100+192+191=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #64C0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C0BF is #9B3F40. Grayscale: #A4A4A4. Windows color (decimal): -10174273 or 12566628. OLE color: 12566628.
HSL color Cylindrical-coordinate representation of color #64C0BF: hue angle of 179.35º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C0BF is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 192 | 191 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.25 |
| HSL | 179.35º | 0.42% | 0.57% | - |
| HSV(B) | 179.35º | 0.48% | 0.75% | - |
| XYZ | 33.51 | 44.17 | 56.05 | - |
| YUV | 164.38 | 143.02 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 191 | 0.48 | 0 | 0.01 | 0.25 | 179.35 | 0.42 | 0.57 |
| Hex | 64 | C0 | BF | 30 | 0 | 1 | 19 | B3 | 2A | 39 |
| Octal | 144 | 300 | 277 | 60 | 0 | 1 | 31 | 263 | 52 | 71 |
| Binary | 1100100 | 11000000 | 10111111 | 110000 | 0 | 1 | 11001 | 10110011 | 101010 | 111001 |
Color Harmonies of #64C0BF
Complementary color
Monochromatic Colors of #64C0BF
Black with #64C0BF
Text Example
Text Example
White with #64C0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C0BF; }
p { color: rgb(100,192,191); }
H1.HeaderClassName
{
color: #64C0BF;
}
.AnyTagClassName
{
color: #64C0BF;
}
</style>
background-color css
<style>
a { background-color: #64C0BF; }
a { background-color: rgb(100,192,191); }
div.DivClassName
{
background-color: #64C0BF;
}
.BgClassName
{
background-color: #64C0BF;
}
</style>
border-color css
<style>
span { border-color: #64C0BF; }
span { border-color: rgb(100,192,191); }
td.TdClassName
{
border-color: #64C0BF;
}
.TagClassName
{
border-color: #64C0BF;
}
</style>