Shades of Keppel #64AB99
Tints of Keppel #64AB99
RGB
CMYK
RGB Variations
Color information
#64AB99 (or 0x64AB99) is known color: Keppel. HEX triplet: 64, AB and 99. RGB value is (100,171,153). Sum of RGB (Red+Green+Blue) = 100+171+153=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AB99 is #9B5466. Grayscale: #939393. Windows color (decimal): -10179687 or 10070884. OLE color: 10070884.
HSL color Cylindrical-coordinate representation of color #64AB99: hue angle of 164.79º 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 #64AB99 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 153 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.33 |
| HSL | 164.79º | 0.3% | 0.53% | - |
| HSV(B) | 164.79º | 0.42% | 0.67% | - |
| XYZ | 25.57 | 34.14 | 35.38 | - |
| YUV | 147.72 | 130.98 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 153 | 0.42 | 0 | 0.11 | 0.33 | 164.79 | 0.3 | 0.53 |
| Hex | 64 | AB | 99 | 2A | 0 | B | 21 | A5 | 1E | 35 |
| Octal | 144 | 253 | 231 | 52 | 0 | 13 | 41 | 245 | 36 | 65 |
| Binary | 1100100 | 10101011 | 10011001 | 101010 | 0 | 1011 | 100001 | 10100101 | 11110 | 110101 |
Color Harmonies of #64AB99
Complementary color
Monochromatic Colors of #64AB99
Black with #64AB99
Text Example
Text Example
White with #64AB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB99; }
p { color: rgb(100,171,153); }
H1.HeaderClassName
{
color: #64AB99;
}
.AnyTagClassName
{
color: #64AB99;
}
</style>
background-color css
<style>
a { background-color: #64AB99; }
a { background-color: rgb(100,171,153); }
div.DivClassName
{
background-color: #64AB99;
}
.BgClassName
{
background-color: #64AB99;
}
</style>
border-color css
<style>
span { border-color: #64AB99; }
span { border-color: rgb(100,171,153); }
td.TdClassName
{
border-color: #64AB99;
}
.TagClassName
{
border-color: #64AB99;
}
</style>