Shades of Keppel #64AC99
Tints of Keppel #64AC99
RGB
CMYK
RGB Variations
Color information
#64AC99 (or 0x64AC99) is known color: Keppel. HEX triplet: 64, AC and 99. RGB value is (100,172,153). Sum of RGB (Red+Green+Blue) = 100+172+153=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AC99 is #9B5366. Grayscale: #949494. Windows color (decimal): -10179431 or 10071140. OLE color: 10071140.
HSL color Cylindrical-coordinate representation of color #64AC99: hue angle of 164.17º 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 #64AC99 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 153 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.33 |
| HSL | 164.17º | 0.3% | 0.53% | - |
| HSV(B) | 164.17º | 0.42% | 0.67% | - |
| XYZ | 25.76 | 34.51 | 35.44 | - |
| YUV | 148.31 | 130.65 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 153 | 0.42 | 0 | 0.11 | 0.33 | 164.17 | 0.3 | 0.53 |
| Hex | 64 | AC | 99 | 2A | 0 | B | 21 | A4 | 1E | 35 |
| Octal | 144 | 254 | 231 | 52 | 0 | 13 | 41 | 244 | 36 | 65 |
| Binary | 1100100 | 10101100 | 10011001 | 101010 | 0 | 1011 | 100001 | 10100100 | 11110 | 110101 |
Color Harmonies of #64AC99
Complementary color
Monochromatic Colors of #64AC99
Black with #64AC99
Text Example
Text Example
White with #64AC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC99; }
p { color: rgb(100,172,153); }
H1.HeaderClassName
{
color: #64AC99;
}
.AnyTagClassName
{
color: #64AC99;
}
</style>
background-color css
<style>
a { background-color: #64AC99; }
a { background-color: rgb(100,172,153); }
div.DivClassName
{
background-color: #64AC99;
}
.BgClassName
{
background-color: #64AC99;
}
</style>
border-color css
<style>
span { border-color: #64AC99; }
span { border-color: rgb(100,172,153); }
td.TdClassName
{
border-color: #64AC99;
}
.TagClassName
{
border-color: #64AC99;
}
</style>