Shades of Fountain Blue #64BFBE
Tints of Fountain Blue #64BFBE
RGB
CMYK
RGB Variations
Color information
#64BFBE (or 0x64BFBE) is known color: Fountain Blue. HEX triplet: 64, BF and BE. RGB value is (100,191,190). Sum of RGB (Red+Green+Blue) = 100+191+190=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #64BFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFBE is #9B4041. Grayscale: #A3A3A3. Windows color (decimal): -10174530 or 12500836. OLE color: 12500836.
HSL color Cylindrical-coordinate representation of color #64BFBE: hue angle of 179.34º 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 #64BFBE is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 191 | 190 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.25 |
| HSL | 179.34º | 0.42% | 0.57% | - |
| HSV(B) | 179.34º | 0.48% | 0.75% | - |
| XYZ | 33.18 | 43.69 | 55.4 | - |
| YUV | 163.68 | 142.85 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 190 | 0.48 | 0 | 0.01 | 0.25 | 179.34 | 0.42 | 0.57 |
| Hex | 64 | BF | BE | 30 | 0 | 1 | 19 | B3 | 2A | 39 |
| Octal | 144 | 277 | 276 | 60 | 0 | 1 | 31 | 263 | 52 | 71 |
| Binary | 1100100 | 10111111 | 10111110 | 110000 | 0 | 1 | 11001 | 10110011 | 101010 | 111001 |
Color Harmonies of #64BFBE
Complementary color
Monochromatic Colors of #64BFBE
Black with #64BFBE
Text Example
Text Example
White with #64BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BFBE; }
p { color: rgb(100,191,190); }
H1.HeaderClassName
{
color: #64BFBE;
}
.AnyTagClassName
{
color: #64BFBE;
}
</style>
background-color css
<style>
a { background-color: #64BFBE; }
a { background-color: rgb(100,191,190); }
div.DivClassName
{
background-color: #64BFBE;
}
.BgClassName
{
background-color: #64BFBE;
}
</style>
border-color css
<style>
span { border-color: #64BFBE; }
span { border-color: rgb(100,191,190); }
td.TdClassName
{
border-color: #64BFBE;
}
.TagClassName
{
border-color: #64BFBE;
}
</style>