Shades of Fountain Blue #64AAAC
Tints of Fountain Blue #64AAAC
RGB
CMYK
RGB Variations
Color information
#64AAAC (or 0x64AAAC) is known color: Fountain Blue. HEX triplet: 64, AA and AC. RGB value is (100,170,172). Sum of RGB (Red+Green+Blue) = 100+170+172=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #64AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AAAC is #9B5553. Grayscale: #959595. Windows color (decimal): -10179924 or 11315812. OLE color: 11315812.
HSL color Cylindrical-coordinate representation of color #64AAAC: hue angle of 181.67º 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 #64AAAC is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 170 | 172 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.33 |
| HSL | 181.67º | 0.3% | 0.53% | - |
| HSV(B) | 181.67º | 0.42% | 0.67% | - |
| XYZ | 27.08 | 34.44 | 44.25 | - |
| YUV | 149.3 | 140.81 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 172 | 0.42 | 0.01 | 0 | 0.33 | 181.67 | 0.3 | 0.53 |
| Hex | 64 | AA | AC | 2A | 1 | 0 | 21 | B6 | 1E | 35 |
| Octal | 144 | 252 | 254 | 52 | 1 | 0 | 41 | 266 | 36 | 65 |
| Binary | 1100100 | 10101010 | 10101100 | 101010 | 1 | 0 | 100001 | 10110110 | 11110 | 110101 |
Color Harmonies of #64AAAC
Complementary color
Monochromatic Colors of #64AAAC
Black with #64AAAC
Text Example
Text Example
White with #64AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AAAC; }
p { color: rgb(100,170,172); }
H1.HeaderClassName
{
color: #64AAAC;
}
.AnyTagClassName
{
color: #64AAAC;
}
</style>
background-color css
<style>
a { background-color: #64AAAC; }
a { background-color: rgb(100,170,172); }
div.DivClassName
{
background-color: #64AAAC;
}
.BgClassName
{
background-color: #64AAAC;
}
</style>
border-color css
<style>
span { border-color: #64AAAC; }
span { border-color: rgb(100,170,172); }
td.TdClassName
{
border-color: #64AAAC;
}
.TagClassName
{
border-color: #64AAAC;
}
</style>