Shades of Keppel #64AC9B
Tints of Keppel #64AC9B
RGB
CMYK
RGB Variations
Color information
#64AC9B (or 0x64AC9B) is known color: Keppel. HEX triplet: 64, AC and 9B. RGB value is (100,172,155). Sum of RGB (Red+Green+Blue) = 100+172+155=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AC9B is #9B5364. Grayscale: #949494. Windows color (decimal): -10179429 or 10202212. OLE color: 10202212.
HSL color Cylindrical-coordinate representation of color #64AC9B: hue angle of 165.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AC9B is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 155 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.33 |
| HSL | 165.83º | 0.3% | 0.53% | - |
| HSV(B) | 165.83º | 0.42% | 0.67% | - |
| XYZ | 25.92 | 34.58 | 36.32 | - |
| YUV | 148.53 | 131.65 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 155 | 0.42 | 0 | 0.10 | 0.33 | 165.83 | 0.3 | 0.53 |
| Hex | 64 | AC | 9B | 2A | 0 | A | 21 | A6 | 1E | 35 |
| Octal | 144 | 254 | 233 | 52 | 0 | 12 | 41 | 246 | 36 | 65 |
| Binary | 1100100 | 10101100 | 10011011 | 101010 | 0 | 1010 | 100001 | 10100110 | 11110 | 110101 |
Color Harmonies of #64AC9B
Complementary color
Monochromatic Colors of #64AC9B
Black with #64AC9B
Text Example
Text Example
White with #64AC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC9B; }
p { color: rgb(100,172,155); }
H1.HeaderClassName
{
color: #64AC9B;
}
.AnyTagClassName
{
color: #64AC9B;
}
</style>
background-color css
<style>
a { background-color: #64AC9B; }
a { background-color: rgb(100,172,155); }
div.DivClassName
{
background-color: #64AC9B;
}
.BgClassName
{
background-color: #64AC9B;
}
</style>
border-color css
<style>
span { border-color: #64AC9B; }
span { border-color: rgb(100,172,155); }
td.TdClassName
{
border-color: #64AC9B;
}
.TagClassName
{
border-color: #64AC9B;
}
</style>