Shades of Keppel #64B7A3
Tints of Keppel #64B7A3
RGB
CMYK
RGB Variations
Color information
#64B7A3 (or 0x64B7A3) is known color: Keppel. HEX triplet: 64, B7 and A3. RGB value is (100,183,163). Sum of RGB (Red+Green+Blue) = 100+183+163=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #64B7A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B7A3 is #9B485C. Grayscale: #9B9B9B. Windows color (decimal): -10176605 or 10729316. OLE color: 10729316.
HSL color Cylindrical-coordinate representation of color #64B7A3: hue angle of 165.54º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64B7A3 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 183 | 163 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.28 |
| HSL | 165.54º | 0.37% | 0.55% | - |
| HSV(B) | 165.54º | 0.45% | 0.72% | - |
| XYZ | 28.8 | 39.22 | 40.7 | - |
| YUV | 155.9 | 132 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 163 | 0.45 | 0 | 0.11 | 0.28 | 165.54 | 0.37 | 0.55 |
| Hex | 64 | B7 | A3 | 2D | 0 | B | 1C | A6 | 25 | 37 |
| Octal | 144 | 267 | 243 | 55 | 0 | 13 | 34 | 246 | 45 | 67 |
| Binary | 1100100 | 10110111 | 10100011 | 101101 | 0 | 1011 | 11100 | 10100110 | 100101 | 110111 |
Color Harmonies of #64B7A3
Complementary color
Monochromatic Colors of #64B7A3
Black with #64B7A3
Text Example
Text Example
White with #64B7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B7A3; }
p { color: rgb(100,183,163); }
H1.HeaderClassName
{
color: #64B7A3;
}
.AnyTagClassName
{
color: #64B7A3;
}
</style>
background-color css
<style>
a { background-color: #64B7A3; }
a { background-color: rgb(100,183,163); }
div.DivClassName
{
background-color: #64B7A3;
}
.BgClassName
{
background-color: #64B7A3;
}
</style>
border-color css
<style>
span { border-color: #64B7A3; }
span { border-color: rgb(100,183,163); }
td.TdClassName
{
border-color: #64B7A3;
}
.TagClassName
{
border-color: #64B7A3;
}
</style>