Shades of Fountain Blue #64A2AC
Tints of Fountain Blue #64A2AC
RGB
CMYK
RGB Variations
Color information
#64A2AC (or 0x64A2AC) is known color: Fountain Blue. HEX triplet: 64, A2 and AC. RGB value is (100,162,172). Sum of RGB (Red+Green+Blue) = 100+162+172=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #64A2AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A2AC is #9B5D53. Grayscale: #909090. Windows color (decimal): -10181972 or 11313764. OLE color: 11313764.
HSL color Cylindrical-coordinate representation of color #64A2AC: hue angle of 188.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 #64A2AC is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 162 | 172 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.33 |
| HSL | 188.33º | 0.3% | 0.53% | - |
| HSV(B) | 188.33º | 0.42% | 0.67% | - |
| XYZ | 25.62 | 31.53 | 43.76 | - |
| YUV | 144.6 | 143.46 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 162 | 172 | 0.42 | 0.06 | 0 | 0.33 | 188.33 | 0.3 | 0.53 |
| Hex | 64 | A2 | AC | 2A | 6 | 0 | 21 | BC | 1E | 35 |
| Octal | 144 | 242 | 254 | 52 | 6 | 0 | 41 | 274 | 36 | 65 |
| Binary | 1100100 | 10100010 | 10101100 | 101010 | 110 | 0 | 100001 | 10111100 | 11110 | 110101 |
Color Harmonies of #64A2AC
Complementary color
Monochromatic Colors of #64A2AC
Black with #64A2AC
Text Example
Text Example
White with #64A2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A2AC; }
p { color: rgb(100,162,172); }
H1.HeaderClassName
{
color: #64A2AC;
}
.AnyTagClassName
{
color: #64A2AC;
}
</style>
background-color css
<style>
a { background-color: #64A2AC; }
a { background-color: rgb(100,162,172); }
div.DivClassName
{
background-color: #64A2AC;
}
.BgClassName
{
background-color: #64A2AC;
}
</style>
border-color css
<style>
span { border-color: #64A2AC; }
span { border-color: rgb(100,162,172); }
td.TdClassName
{
border-color: #64A2AC;
}
.TagClassName
{
border-color: #64A2AC;
}
</style>