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