Shades of Keppel #64B29F
Tints of Keppel #64B29F
RGB
CMYK
RGB Variations
Color information
#64B29F (or 0x64B29F) is known color: Keppel. HEX triplet: 64, B2 and 9F. RGB value is (100,178,159). Sum of RGB (Red+Green+Blue) = 100+178+159=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 178 - color contains mainly: green. Hex color #64B29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64B29F is #9B4D60. Grayscale: #989898. Windows color (decimal): -10177889 or 10465892. OLE color: 10465892.
HSL color Cylindrical-coordinate representation of color #64B29F: hue angle of 165.38º 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 #64B29F is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 178 | 159 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.30 |
| HSL | 165.38º | 0.34% | 0.55% | - |
| HSV(B) | 165.38º | 0.44% | 0.7% | - |
| XYZ | 27.43 | 37.05 | 38.51 | - |
| YUV | 152.51 | 131.66 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 178 | 159 | 0.44 | 0 | 0.11 | 0.30 | 165.38 | 0.34 | 0.55 |
| Hex | 64 | B2 | 9F | 2C | 0 | B | 1E | A5 | 22 | 37 |
| Octal | 144 | 262 | 237 | 54 | 0 | 13 | 36 | 245 | 42 | 67 |
| Binary | 1100100 | 10110010 | 10011111 | 101100 | 0 | 1011 | 11110 | 10100101 | 100010 | 110111 |
Color Harmonies of #64B29F
Complementary color
Monochromatic Colors of #64B29F
Black with #64B29F
Text Example
Text Example
White with #64B29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B29F; }
p { color: rgb(100,178,159); }
H1.HeaderClassName
{
color: #64B29F;
}
.AnyTagClassName
{
color: #64B29F;
}
</style>
background-color css
<style>
a { background-color: #64B29F; }
a { background-color: rgb(100,178,159); }
div.DivClassName
{
background-color: #64B29F;
}
.BgClassName
{
background-color: #64B29F;
}
</style>
border-color css
<style>
span { border-color: #64B29F; }
span { border-color: rgb(100,178,159); }
td.TdClassName
{
border-color: #64B29F;
}
.TagClassName
{
border-color: #64B29F;
}
</style>