Shades of Keppel #64B99C
Tints of Keppel #64B99C
RGB
CMYK
RGB Variations
Color information
#64B99C (or 0x64B99C) is known color: Keppel. HEX triplet: 64, B9 and 9C. RGB value is (100,185,156). Sum of RGB (Red+Green+Blue) = 100+185+156=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #64B99C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B99C is #9B4663. Grayscale: #9C9C9C. Windows color (decimal): -10176100 or 10271076. OLE color: 10271076.
HSL color Cylindrical-coordinate representation of color #64B99C: hue angle of 159.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B99C is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 185 | 156 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.27 |
| HSL | 159.53º | 0.38% | 0.56% | - |
| HSV(B) | 159.53º | 0.46% | 0.73% | - |
| XYZ | 28.61 | 39.81 | 37.63 | - |
| YUV | 156.28 | 127.84 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 185 | 156 | 0.46 | 0 | 0.16 | 0.27 | 159.53 | 0.38 | 0.56 |
| Hex | 64 | B9 | 9C | 2E | 0 | 10 | 1B | A0 | 26 | 38 |
| Octal | 144 | 271 | 234 | 56 | 0 | 20 | 33 | 240 | 46 | 70 |
| Binary | 1100100 | 10111001 | 10011100 | 101110 | 0 | 10000 | 11011 | 10100000 | 100110 | 111000 |
Color Harmonies of #64B99C
Complementary color
Monochromatic Colors of #64B99C
Black with #64B99C
Text Example
Text Example
White with #64B99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B99C; }
p { color: rgb(100,185,156); }
H1.HeaderClassName
{
color: #64B99C;
}
.AnyTagClassName
{
color: #64B99C;
}
</style>
background-color css
<style>
a { background-color: #64B99C; }
a { background-color: rgb(100,185,156); }
div.DivClassName
{
background-color: #64B99C;
}
.BgClassName
{
background-color: #64B99C;
}
</style>
border-color css
<style>
span { border-color: #64B99C; }
span { border-color: rgb(100,185,156); }
td.TdClassName
{
border-color: #64B99C;
}
.TagClassName
{
border-color: #64B99C;
}
</style>