Shades of Fountain Blue #64AAAA
Tints of Fountain Blue #64AAAA
RGB
CMYK
RGB Variations
Color information
#64AAAA (or 0x64AAAA) is known color: Fountain Blue. HEX triplet: 64, AA and AA. RGB value is (100,170,170). Sum of RGB (Red+Green+Blue) = 100+170+170=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #64AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AAAA is #9B5555. Grayscale: #959595. Windows color (decimal): -10179926 or 11184740. OLE color: 11184740.
HSL color Cylindrical-coordinate representation of color #64AAAA: hue angle of 180º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64AAAA is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 170 | 170 | - |
| CMYK | 0.41 | 0 | 0 | 0.33 |
| HSL | 180º | 0.29% | 0.53% | - |
| HSV(B) | 180º | 0.41% | 0.67% | - |
| XYZ | 26.89 | 34.36 | 43.25 | - |
| YUV | 149.07 | 139.81 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 170 | 0.41 | 0 | 0 | 0.33 | 180 | 0.29 | 0.53 |
| Hex | 64 | AA | AA | 29 | 0 | 0 | 21 | B4 | 1D | 35 |
| Octal | 144 | 252 | 252 | 51 | 0 | 0 | 41 | 264 | 35 | 65 |
| Binary | 1100100 | 10101010 | 10101010 | 101001 | 0 | 0 | 100001 | 10110100 | 11101 | 110101 |
Color Harmonies of #64AAAA
Complementary color
Monochromatic Colors of #64AAAA
Black with #64AAAA
Text Example
Text Example
White with #64AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AAAA; }
p { color: rgb(100,170,170); }
H1.HeaderClassName
{
color: #64AAAA;
}
.AnyTagClassName
{
color: #64AAAA;
}
</style>
background-color css
<style>
a { background-color: #64AAAA; }
a { background-color: rgb(100,170,170); }
div.DivClassName
{
background-color: #64AAAA;
}
.BgClassName
{
background-color: #64AAAA;
}
</style>
border-color css
<style>
span { border-color: #64AAAA; }
span { border-color: rgb(100,170,170); }
td.TdClassName
{
border-color: #64AAAA;
}
.TagClassName
{
border-color: #64AAAA;
}
</style>