Shades of Fountain Blue #64A8AC
Tints of Fountain Blue #64A8AC
RGB
CMYK
RGB Variations
Color information
#64A8AC (or 0x64A8AC) is known color: Fountain Blue. HEX triplet: 64, A8 and AC. RGB value is (100,168,172). Sum of RGB (Red+Green+Blue) = 100+168+172=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #64A8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A8AC is #9B5753. Grayscale: #949494. Windows color (decimal): -10180436 or 11315300. OLE color: 11315300.
HSL color Cylindrical-coordinate representation of color #64A8AC: hue angle of 183.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64A8AC is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 168 | 172 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.33 |
| HSL | 183.33º | 0.3% | 0.53% | - |
| HSV(B) | 183.33º | 0.42% | 0.67% | - |
| XYZ | 26.7 | 33.69 | 44.13 | - |
| YUV | 148.12 | 141.47 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 168 | 172 | 0.42 | 0.02 | 0 | 0.33 | 183.33 | 0.3 | 0.53 |
| Hex | 64 | A8 | AC | 2A | 2 | 0 | 21 | B7 | 1E | 35 |
| Octal | 144 | 250 | 254 | 52 | 2 | 0 | 41 | 267 | 36 | 65 |
| Binary | 1100100 | 10101000 | 10101100 | 101010 | 10 | 0 | 100001 | 10110111 | 11110 | 110101 |
Color Harmonies of #64A8AC
Complementary color
Monochromatic Colors of #64A8AC
Black with #64A8AC
Text Example
Text Example
White with #64A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A8AC; }
p { color: rgb(100,168,172); }
H1.HeaderClassName
{
color: #64A8AC;
}
.AnyTagClassName
{
color: #64A8AC;
}
</style>
background-color css
<style>
a { background-color: #64A8AC; }
a { background-color: rgb(100,168,172); }
div.DivClassName
{
background-color: #64A8AC;
}
.BgClassName
{
background-color: #64A8AC;
}
</style>
border-color css
<style>
span { border-color: #64A8AC; }
span { border-color: rgb(100,168,172); }
td.TdClassName
{
border-color: #64A8AC;
}
.TagClassName
{
border-color: #64A8AC;
}
</style>