Shades of Keppel #64AC9A
Tints of Keppel #64AC9A
RGB
CMYK
RGB Variations
Color information
#64AC9A (or 0x64AC9A) is known color: Keppel. HEX triplet: 64, AC and 9A. RGB value is (100,172,154). Sum of RGB (Red+Green+Blue) = 100+172+154=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AC9A is #9B5365. Grayscale: #949494. Windows color (decimal): -10179430 or 10136676. OLE color: 10136676.
HSL color Cylindrical-coordinate representation of color #64AC9A: hue angle of 165º 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 #64AC9A is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 154 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.33 |
| HSL | 165º | 0.3% | 0.53% | - |
| HSV(B) | 165º | 0.42% | 0.67% | - |
| XYZ | 25.84 | 34.55 | 35.88 | - |
| YUV | 148.42 | 131.15 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 154 | 0.42 | 0 | 0.10 | 0.33 | 165 | 0.3 | 0.53 |
| Hex | 64 | AC | 9A | 2A | 0 | A | 21 | A5 | 1E | 35 |
| Octal | 144 | 254 | 232 | 52 | 0 | 12 | 41 | 245 | 36 | 65 |
| Binary | 1100100 | 10101100 | 10011010 | 101010 | 0 | 1010 | 100001 | 10100101 | 11110 | 110101 |
Color Harmonies of #64AC9A
Complementary color
Monochromatic Colors of #64AC9A
Black with #64AC9A
Text Example
Text Example
White with #64AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC9A; }
p { color: rgb(100,172,154); }
H1.HeaderClassName
{
color: #64AC9A;
}
.AnyTagClassName
{
color: #64AC9A;
}
</style>
background-color css
<style>
a { background-color: #64AC9A; }
a { background-color: rgb(100,172,154); }
div.DivClassName
{
background-color: #64AC9A;
}
.BgClassName
{
background-color: #64AC9A;
}
</style>
border-color css
<style>
span { border-color: #64AC9A; }
span { border-color: rgb(100,172,154); }
td.TdClassName
{
border-color: #64AC9A;
}
.TagClassName
{
border-color: #64AC9A;
}
</style>