Shades of Keppel #64AB94
Tints of Keppel #64AB94
RGB
CMYK
RGB Variations
Color information
#64AB94 (or 0x64AB94) is known color: Keppel. HEX triplet: 64, AB and 94. RGB value is (100,171,148). Sum of RGB (Red+Green+Blue) = 100+171+148=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AB94 is #9B546B. Grayscale: #939393. Windows color (decimal): -10179692 or 9743204. OLE color: 9743204.
HSL color Cylindrical-coordinate representation of color #64AB94: hue angle of 160.56º 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 #64AB94 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 148 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.33 |
| HSL | 160.56º | 0.3% | 0.53% | - |
| HSV(B) | 160.56º | 0.42% | 0.67% | - |
| XYZ | 25.16 | 33.97 | 33.25 | - |
| YUV | 147.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 148 | 0.42 | 0 | 0.13 | 0.33 | 160.56 | 0.3 | 0.53 |
| Hex | 64 | AB | 94 | 2A | 0 | D | 21 | A1 | 1E | 35 |
| Octal | 144 | 253 | 224 | 52 | 0 | 15 | 41 | 241 | 36 | 65 |
| Binary | 1100100 | 10101011 | 10010100 | 101010 | 0 | 1101 | 100001 | 10100001 | 11110 | 110101 |
Color Harmonies of #64AB94
Complementary color
Monochromatic Colors of #64AB94
Black with #64AB94
Text Example
Text Example
White with #64AB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB94; }
p { color: rgb(100,171,148); }
H1.HeaderClassName
{
color: #64AB94;
}
.AnyTagClassName
{
color: #64AB94;
}
</style>
background-color css
<style>
a { background-color: #64AB94; }
a { background-color: rgb(100,171,148); }
div.DivClassName
{
background-color: #64AB94;
}
.BgClassName
{
background-color: #64AB94;
}
</style>
border-color css
<style>
span { border-color: #64AB94; }
span { border-color: rgb(100,171,148); }
td.TdClassName
{
border-color: #64AB94;
}
.TagClassName
{
border-color: #64AB94;
}
</style>