Shades of Fountain Blue #64AEAC
Tints of Fountain Blue #64AEAC
RGB
CMYK
RGB Variations
Color information
#64AEAC (or 0x64AEAC) is known color: Fountain Blue. HEX triplet: 64, AE and AC. RGB value is (100,174,172). Sum of RGB (Red+Green+Blue) = 100+174+172=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 174 - color contains mainly: green. Hex color #64AEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AEAC is #9B5153. Grayscale: #979797. Windows color (decimal): -10178900 or 11316836. OLE color: 11316836.
HSL color Cylindrical-coordinate representation of color #64AEAC: hue angle of 178.38º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AEAC is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 174 | 172 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.32 |
| HSL | 178.38º | 0.31% | 0.54% | - |
| HSV(B) | 178.38º | 0.43% | 0.68% | - |
| XYZ | 27.84 | 35.96 | 44.5 | - |
| YUV | 151.65 | 139.48 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 172 | 0.43 | 0 | 0.01 | 0.32 | 178.38 | 0.31 | 0.54 |
| Hex | 64 | AE | AC | 2B | 0 | 1 | 20 | B2 | 1F | 36 |
| Octal | 144 | 256 | 254 | 53 | 0 | 1 | 40 | 262 | 37 | 66 |
| Binary | 1100100 | 10101110 | 10101100 | 101011 | 0 | 1 | 100000 | 10110010 | 11111 | 110110 |
Color Harmonies of #64AEAC
Complementary color
Monochromatic Colors of #64AEAC
Black with #64AEAC
Text Example
Text Example
White with #64AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AEAC; }
p { color: rgb(100,174,172); }
H1.HeaderClassName
{
color: #64AEAC;
}
.AnyTagClassName
{
color: #64AEAC;
}
</style>
background-color css
<style>
a { background-color: #64AEAC; }
a { background-color: rgb(100,174,172); }
div.DivClassName
{
background-color: #64AEAC;
}
.BgClassName
{
background-color: #64AEAC;
}
</style>
border-color css
<style>
span { border-color: #64AEAC; }
span { border-color: rgb(100,174,172); }
td.TdClassName
{
border-color: #64AEAC;
}
.TagClassName
{
border-color: #64AEAC;
}
</style>