Shades of Keppel #64BE9C
Tints of Keppel #64BE9C
RGB
CMYK
RGB Variations
Color information
#64BE9C (or 0x64BE9C) is known color: Keppel. HEX triplet: 64, BE and 9C. RGB value is (100,190,156). Sum of RGB (Red+Green+Blue) = 100+190+156=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BE9C is #9B4163. Grayscale: #9F9F9F. Windows color (decimal): -10174820 or 10272356. OLE color: 10272356.
HSL color Cylindrical-coordinate representation of color #64BE9C: hue angle of 157.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BE9C is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 190 | 156 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.25 |
| HSL | 157.33º | 0.41% | 0.57% | - |
| HSV(B) | 157.33º | 0.47% | 0.75% | - |
| XYZ | 29.67 | 41.94 | 37.98 | - |
| YUV | 159.21 | 126.18 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 156 | 0.47 | 0 | 0.18 | 0.25 | 157.33 | 0.41 | 0.57 |
| Hex | 64 | BE | 9C | 2F | 0 | 12 | 19 | 9D | 29 | 39 |
| Octal | 144 | 276 | 234 | 57 | 0 | 22 | 31 | 235 | 51 | 71 |
| Binary | 1100100 | 10111110 | 10011100 | 101111 | 0 | 10010 | 11001 | 10011101 | 101001 | 111001 |
Color Harmonies of #64BE9C
Complementary color
Monochromatic Colors of #64BE9C
Black with #64BE9C
Text Example
Text Example
White with #64BE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BE9C; }
p { color: rgb(100,190,156); }
H1.HeaderClassName
{
color: #64BE9C;
}
.AnyTagClassName
{
color: #64BE9C;
}
</style>
background-color css
<style>
a { background-color: #64BE9C; }
a { background-color: rgb(100,190,156); }
div.DivClassName
{
background-color: #64BE9C;
}
.BgClassName
{
background-color: #64BE9C;
}
</style>
border-color css
<style>
span { border-color: #64BE9C; }
span { border-color: rgb(100,190,156); }
td.TdClassName
{
border-color: #64BE9C;
}
.TagClassName
{
border-color: #64BE9C;
}
</style>