Shades of Keppel #64BF9E
Tints of Keppel #64BF9E
RGB
CMYK
RGB Variations
Color information
#64BF9E (or 0x64BF9E) is known color: Keppel. HEX triplet: 64, BF and 9E. RGB value is (100,191,158). Sum of RGB (Red+Green+Blue) = 100+191+158=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BF9E is #9B4061. Grayscale: #A0A0A0. Windows color (decimal): -10174562 or 10403684. OLE color: 10403684.
HSL color Cylindrical-coordinate representation of color #64BF9E: hue angle of 158.24º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64BF9E is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 191 | 158 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.25 |
| HSL | 158.24º | 0.42% | 0.57% | - |
| HSV(B) | 158.24º | 0.48% | 0.75% | - |
| XYZ | 30.06 | 42.44 | 38.96 | - |
| YUV | 160.03 | 126.85 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 158 | 0.48 | 0 | 0.17 | 0.25 | 158.24 | 0.42 | 0.57 |
| Hex | 64 | BF | 9E | 30 | 0 | 11 | 19 | 9E | 2A | 39 |
| Octal | 144 | 277 | 236 | 60 | 0 | 21 | 31 | 236 | 52 | 71 |
| Binary | 1100100 | 10111111 | 10011110 | 110000 | 0 | 10001 | 11001 | 10011110 | 101010 | 111001 |
Color Harmonies of #64BF9E
Complementary color
Monochromatic Colors of #64BF9E
Black with #64BF9E
Text Example
Text Example
White with #64BF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BF9E; }
p { color: rgb(100,191,158); }
H1.HeaderClassName
{
color: #64BF9E;
}
.AnyTagClassName
{
color: #64BF9E;
}
</style>
background-color css
<style>
a { background-color: #64BF9E; }
a { background-color: rgb(100,191,158); }
div.DivClassName
{
background-color: #64BF9E;
}
.BgClassName
{
background-color: #64BF9E;
}
</style>
border-color css
<style>
span { border-color: #64BF9E; }
span { border-color: rgb(100,191,158); }
td.TdClassName
{
border-color: #64BF9E;
}
.TagClassName
{
border-color: #64BF9E;
}
</style>