Shades of Keppel #64B29B
Tints of Keppel #64B29B
RGB
CMYK
RGB Variations
Color information
#64B29B (or 0x64B29B) is known color: Keppel. HEX triplet: 64, B2 and 9B. RGB value is (100,178,155). Sum of RGB (Red+Green+Blue) = 100+178+155=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 178 - color contains mainly: green. Hex color #64B29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64B29B is #9B4D64. Grayscale: #989898. Windows color (decimal): -10177893 or 10203748. OLE color: 10203748.
HSL color Cylindrical-coordinate representation of color #64B29B: hue angle of 162.31º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64B29B is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 178 | 155 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.30 |
| HSL | 162.31º | 0.34% | 0.55% | - |
| HSV(B) | 162.31º | 0.44% | 0.7% | - |
| XYZ | 27.09 | 36.92 | 36.71 | - |
| YUV | 152.06 | 129.66 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 178 | 155 | 0.44 | 0 | 0.13 | 0.30 | 162.31 | 0.34 | 0.55 |
| Hex | 64 | B2 | 9B | 2C | 0 | D | 1E | A2 | 22 | 37 |
| Octal | 144 | 262 | 233 | 54 | 0 | 15 | 36 | 242 | 42 | 67 |
| Binary | 1100100 | 10110010 | 10011011 | 101100 | 0 | 1101 | 11110 | 10100010 | 100010 | 110111 |
Color Harmonies of #64B29B
Complementary color
Monochromatic Colors of #64B29B
Black with #64B29B
Text Example
Text Example
White with #64B29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B29B; }
p { color: rgb(100,178,155); }
H1.HeaderClassName
{
color: #64B29B;
}
.AnyTagClassName
{
color: #64B29B;
}
</style>
background-color css
<style>
a { background-color: #64B29B; }
a { background-color: rgb(100,178,155); }
div.DivClassName
{
background-color: #64B29B;
}
.BgClassName
{
background-color: #64B29B;
}
</style>
border-color css
<style>
span { border-color: #64B29B; }
span { border-color: rgb(100,178,155); }
td.TdClassName
{
border-color: #64B29B;
}
.TagClassName
{
border-color: #64B29B;
}
</style>