Shades of Keppel #64AC91
Tints of Keppel #64AC91
RGB
CMYK
RGB Variations
Color information
#64AC91 (or 0x64AC91) is known color: Keppel. HEX triplet: 64, AC and 91. RGB value is (100,172,145). Sum of RGB (Red+Green+Blue) = 100+172+145=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AC91 is #9B536E. Grayscale: #939393. Windows color (decimal): -10179439 or 9546852. OLE color: 9546852.
HSL color Cylindrical-coordinate representation of color #64AC91: hue angle of 157.5º 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 #64AC91 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 145 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.33 |
| HSL | 157.5º | 0.3% | 0.53% | - |
| HSV(B) | 157.5º | 0.42% | 0.67% | - |
| XYZ | 25.12 | 34.26 | 32.08 | - |
| YUV | 147.39 | 126.65 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 145 | 0.42 | 0 | 0.16 | 0.33 | 157.5 | 0.3 | 0.53 |
| Hex | 64 | AC | 91 | 2A | 0 | 10 | 21 | 9E | 1E | 35 |
| Octal | 144 | 254 | 221 | 52 | 0 | 20 | 41 | 236 | 36 | 65 |
| Binary | 1100100 | 10101100 | 10010001 | 101010 | 0 | 10000 | 100001 | 10011110 | 11110 | 110101 |
Color Harmonies of #64AC91
Complementary color
Monochromatic Colors of #64AC91
Black with #64AC91
Text Example
Text Example
White with #64AC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC91; }
p { color: rgb(100,172,145); }
H1.HeaderClassName
{
color: #64AC91;
}
.AnyTagClassName
{
color: #64AC91;
}
</style>
background-color css
<style>
a { background-color: #64AC91; }
a { background-color: rgb(100,172,145); }
div.DivClassName
{
background-color: #64AC91;
}
.BgClassName
{
background-color: #64AC91;
}
</style>
border-color css
<style>
span { border-color: #64AC91; }
span { border-color: rgb(100,172,145); }
td.TdClassName
{
border-color: #64AC91;
}
.TagClassName
{
border-color: #64AC91;
}
</style>