Shades of Fountain Blue #64ACAC
Tints of Fountain Blue #64ACAC
RGB
CMYK
RGB Variations
Color information
#64ACAC (or 0x64ACAC) is known color: Fountain Blue. HEX triplet: 64, AC and AC. RGB value is (100,172,172). Sum of RGB (Red+Green+Blue) = 100+172+172=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #64ACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ACAC is #9B5353. Grayscale: #969696. Windows color (decimal): -10179412 or 11316324. OLE color: 11316324.
HSL color Cylindrical-coordinate representation of color #64ACAC: hue angle of 180º 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 #64ACAC is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 172 | - |
| CMYK | 0.42 | 0 | 0 | 0.33 |
| HSL | 180º | 0.3% | 0.53% | - |
| HSV(B) | 180º | 0.42% | 0.67% | - |
| XYZ | 27.45 | 35.19 | 44.38 | - |
| YUV | 150.47 | 140.15 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 172 | 0.42 | 0 | 0 | 0.33 | 180 | 0.3 | 0.53 |
| Hex | 64 | AC | AC | 2A | 0 | 0 | 21 | B4 | 1E | 35 |
| Octal | 144 | 254 | 254 | 52 | 0 | 0 | 41 | 264 | 36 | 65 |
| Binary | 1100100 | 10101100 | 10101100 | 101010 | 0 | 0 | 100001 | 10110100 | 11110 | 110101 |
Color Harmonies of #64ACAC
Complementary color
Monochromatic Colors of #64ACAC
Black with #64ACAC
Text Example
Text Example
White with #64ACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ACAC; }
p { color: rgb(100,172,172); }
H1.HeaderClassName
{
color: #64ACAC;
}
.AnyTagClassName
{
color: #64ACAC;
}
</style>
background-color css
<style>
a { background-color: #64ACAC; }
a { background-color: rgb(100,172,172); }
div.DivClassName
{
background-color: #64ACAC;
}
.BgClassName
{
background-color: #64ACAC;
}
</style>
border-color css
<style>
span { border-color: #64ACAC; }
span { border-color: rgb(100,172,172); }
td.TdClassName
{
border-color: #64ACAC;
}
.TagClassName
{
border-color: #64ACAC;
}
</style>