Shades of Keppel #64BC9E
Tints of Keppel #64BC9E
RGB
CMYK
RGB Variations
Color information
#64BC9E (or 0x64BC9E) is known color: Keppel. HEX triplet: 64, BC and 9E. RGB value is (100,188,158). Sum of RGB (Red+Green+Blue) = 100+188+158=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BC9E is #9B4361. Grayscale: #9E9E9E. Windows color (decimal): -10175330 or 10402916. OLE color: 10402916.
HSL color Cylindrical-coordinate representation of color #64BC9E: hue angle of 159.55º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BC9E is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 158 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.26 |
| HSL | 159.55º | 0.4% | 0.56% | - |
| HSV(B) | 159.55º | 0.47% | 0.74% | - |
| XYZ | 29.41 | 41.14 | 38.74 | - |
| YUV | 158.27 | 127.85 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 158 | 0.47 | 0 | 0.16 | 0.26 | 159.55 | 0.4 | 0.56 |
| Hex | 64 | BC | 9E | 2F | 0 | 10 | 1A | A0 | 28 | 38 |
| Octal | 144 | 274 | 236 | 57 | 0 | 20 | 32 | 240 | 50 | 70 |
| Binary | 1100100 | 10111100 | 10011110 | 101111 | 0 | 10000 | 11010 | 10100000 | 101000 | 111000 |
Color Harmonies of #64BC9E
Complementary color
Monochromatic Colors of #64BC9E
Black with #64BC9E
Text Example
Text Example
White with #64BC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BC9E; }
p { color: rgb(100,188,158); }
H1.HeaderClassName
{
color: #64BC9E;
}
.AnyTagClassName
{
color: #64BC9E;
}
</style>
background-color css
<style>
a { background-color: #64BC9E; }
a { background-color: rgb(100,188,158); }
div.DivClassName
{
background-color: #64BC9E;
}
.BgClassName
{
background-color: #64BC9E;
}
</style>
border-color css
<style>
span { border-color: #64BC9E; }
span { border-color: rgb(100,188,158); }
td.TdClassName
{
border-color: #64BC9E;
}
.TagClassName
{
border-color: #64BC9E;
}
</style>