Shades of Fountain Blue #64BFBD
Tints of Fountain Blue #64BFBD
RGB
CMYK
RGB Variations
Color information
#64BFBD (or 0x64BFBD) is known color: Fountain Blue. HEX triplet: 64, BF and BD. RGB value is (100,191,189). Sum of RGB (Red+Green+Blue) = 100+191+189=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 191 - color contains mainly: green. Hex color #64BFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFBD is #9B4042. Grayscale: #A3A3A3. Windows color (decimal): -10174531 or 12435300. OLE color: 12435300.
HSL color Cylindrical-coordinate representation of color #64BFBD: hue angle of 178.68º 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 #64BFBD is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 191 | 189 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.25 |
| HSL | 178.68º | 0.42% | 0.57% | - |
| HSV(B) | 178.68º | 0.48% | 0.75% | - |
| XYZ | 33.07 | 43.65 | 54.83 | - |
| YUV | 163.56 | 142.35 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 189 | 0.48 | 0 | 0.01 | 0.25 | 178.68 | 0.42 | 0.57 |
| Hex | 64 | BF | BD | 30 | 0 | 1 | 19 | B3 | 2A | 39 |
| Octal | 144 | 277 | 275 | 60 | 0 | 1 | 31 | 263 | 52 | 71 |
| Binary | 1100100 | 10111111 | 10111101 | 110000 | 0 | 1 | 11001 | 10110011 | 101010 | 111001 |
Color Harmonies of #64BFBD
Complementary color
Monochromatic Colors of #64BFBD
Black with #64BFBD
Text Example
Text Example
White with #64BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BFBD; }
p { color: rgb(100,191,189); }
H1.HeaderClassName
{
color: #64BFBD;
}
.AnyTagClassName
{
color: #64BFBD;
}
</style>
background-color css
<style>
a { background-color: #64BFBD; }
a { background-color: rgb(100,191,189); }
div.DivClassName
{
background-color: #64BFBD;
}
.BgClassName
{
background-color: #64BFBD;
}
</style>
border-color css
<style>
span { border-color: #64BFBD; }
span { border-color: rgb(100,191,189); }
td.TdClassName
{
border-color: #64BFBD;
}
.TagClassName
{
border-color: #64BFBD;
}
</style>