Shades of Keppel #64AB91
Tints of Keppel #64AB91
RGB
CMYK
RGB Variations
Color information
#64AB91 (or 0x64AB91) is known color: Keppel. HEX triplet: 64, AB and 91. RGB value is (100,171,145). Sum of RGB (Red+Green+Blue) = 100+171+145=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AB91 is #9B546E. Grayscale: #929292. Windows color (decimal): -10179695 or 9546596. OLE color: 9546596.
HSL color Cylindrical-coordinate representation of color #64AB91: hue angle of 158.03º 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 #64AB91 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 145 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.33 |
| HSL | 158.03º | 0.3% | 0.53% | - |
| HSV(B) | 158.03º | 0.42% | 0.67% | - |
| XYZ | 24.93 | 33.88 | 32.01 | - |
| YUV | 146.81 | 126.98 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 145 | 0.42 | 0 | 0.15 | 0.33 | 158.03 | 0.3 | 0.53 |
| Hex | 64 | AB | 91 | 2A | 0 | F | 21 | 9E | 1E | 35 |
| Octal | 144 | 253 | 221 | 52 | 0 | 17 | 41 | 236 | 36 | 65 |
| Binary | 1100100 | 10101011 | 10010001 | 101010 | 0 | 1111 | 100001 | 10011110 | 11110 | 110101 |
Color Harmonies of #64AB91
Complementary color
Monochromatic Colors of #64AB91
Black with #64AB91
Text Example
Text Example
White with #64AB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB91; }
p { color: rgb(100,171,145); }
H1.HeaderClassName
{
color: #64AB91;
}
.AnyTagClassName
{
color: #64AB91;
}
</style>
background-color css
<style>
a { background-color: #64AB91; }
a { background-color: rgb(100,171,145); }
div.DivClassName
{
background-color: #64AB91;
}
.BgClassName
{
background-color: #64AB91;
}
</style>
border-color css
<style>
span { border-color: #64AB91; }
span { border-color: rgb(100,171,145); }
td.TdClassName
{
border-color: #64AB91;
}
.TagClassName
{
border-color: #64AB91;
}
</style>