Shades of Fountain Blue #64AEAB
Tints of Fountain Blue #64AEAB
RGB
CMYK
RGB Variations
Color information
#64AEAB (or 0x64AEAB) is known color: Fountain Blue. HEX triplet: 64, AE and AB. RGB value is (100,174,171). Sum of RGB (Red+Green+Blue) = 100+174+171=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 174 - color contains mainly: green. Hex color #64AEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AEAB is #9B5154. Grayscale: #979797. Windows color (decimal): -10178901 or 11251300. OLE color: 11251300.
HSL color Cylindrical-coordinate representation of color #64AEAB: hue angle of 177.57º 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 #64AEAB is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 174 | 171 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.32 |
| HSL | 177.57º | 0.31% | 0.54% | - |
| HSV(B) | 177.57º | 0.43% | 0.68% | - |
| XYZ | 27.74 | 35.92 | 44 | - |
| YUV | 151.53 | 138.98 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 171 | 0.43 | 0 | 0.02 | 0.32 | 177.57 | 0.31 | 0.54 |
| Hex | 64 | AE | AB | 2B | 0 | 2 | 20 | B2 | 1F | 36 |
| Octal | 144 | 256 | 253 | 53 | 0 | 2 | 40 | 262 | 37 | 66 |
| Binary | 1100100 | 10101110 | 10101011 | 101011 | 0 | 10 | 100000 | 10110010 | 11111 | 110110 |
Color Harmonies of #64AEAB
Complementary color
Monochromatic Colors of #64AEAB
Black with #64AEAB
Text Example
Text Example
White with #64AEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AEAB; }
p { color: rgb(100,174,171); }
H1.HeaderClassName
{
color: #64AEAB;
}
.AnyTagClassName
{
color: #64AEAB;
}
</style>
background-color css
<style>
a { background-color: #64AEAB; }
a { background-color: rgb(100,174,171); }
div.DivClassName
{
background-color: #64AEAB;
}
.BgClassName
{
background-color: #64AEAB;
}
</style>
border-color css
<style>
span { border-color: #64AEAB; }
span { border-color: rgb(100,174,171); }
td.TdClassName
{
border-color: #64AEAB;
}
.TagClassName
{
border-color: #64AEAB;
}
</style>