Shades of Keppel #64C19E
Tints of Keppel #64C19E
RGB
CMYK
RGB Variations
Color information
#64C19E (or 0x64C19E) is known color: Keppel. HEX triplet: 64, C1 and 9E. RGB value is (100,193,158). Sum of RGB (Red+Green+Blue) = 100+193+158=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 193 - color contains mainly: green. Hex color #64C19E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C19E is #9B3E61. Grayscale: #A1A1A1. Windows color (decimal): -10174050 or 10404196. OLE color: 10404196.
HSL color Cylindrical-coordinate representation of color #64C19E: hue angle of 157.42º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C19E is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 193 | 158 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.24 |
| HSL | 157.42º | 0.43% | 0.57% | - |
| HSV(B) | 157.42º | 0.48% | 0.76% | - |
| XYZ | 30.5 | 43.32 | 39.1 | - |
| YUV | 161.2 | 126.19 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 193 | 158 | 0.48 | 0 | 0.18 | 0.24 | 157.42 | 0.43 | 0.57 |
| Hex | 64 | C1 | 9E | 30 | 0 | 12 | 18 | 9D | 2B | 39 |
| Octal | 144 | 301 | 236 | 60 | 0 | 22 | 30 | 235 | 53 | 71 |
| Binary | 1100100 | 11000001 | 10011110 | 110000 | 0 | 10010 | 11000 | 10011101 | 101011 | 111001 |
Color Harmonies of #64C19E
Complementary color
Monochromatic Colors of #64C19E
Black with #64C19E
Text Example
Text Example
White with #64C19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C19E; }
p { color: rgb(100,193,158); }
H1.HeaderClassName
{
color: #64C19E;
}
.AnyTagClassName
{
color: #64C19E;
}
</style>
background-color css
<style>
a { background-color: #64C19E; }
a { background-color: rgb(100,193,158); }
div.DivClassName
{
background-color: #64C19E;
}
.BgClassName
{
background-color: #64C19E;
}
</style>
border-color css
<style>
span { border-color: #64C19E; }
span { border-color: rgb(100,193,158); }
td.TdClassName
{
border-color: #64C19E;
}
.TagClassName
{
border-color: #64C19E;
}
</style>