Shades of Keppel #64AD97
Tints of Keppel #64AD97
RGB
CMYK
RGB Variations
Color information
#64AD97 (or 0x64AD97) is known color: Keppel. HEX triplet: 64, AD and 97. RGB value is (100,173,151). Sum of RGB (Red+Green+Blue) = 100+173+151=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AD97 is #9B5268. Grayscale: #949494. Windows color (decimal): -10179177 or 9940324. OLE color: 9940324.
HSL color Cylindrical-coordinate representation of color #64AD97: hue angle of 161.92º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AD97 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 173 | 151 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.32 |
| HSL | 161.92º | 0.31% | 0.54% | - |
| HSV(B) | 161.92º | 0.42% | 0.68% | - |
| XYZ | 25.79 | 34.83 | 34.64 | - |
| YUV | 148.67 | 129.32 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 151 | 0.42 | 0 | 0.13 | 0.32 | 161.92 | 0.31 | 0.54 |
| Hex | 64 | AD | 97 | 2A | 0 | D | 20 | A2 | 1F | 36 |
| Octal | 144 | 255 | 227 | 52 | 0 | 15 | 40 | 242 | 37 | 66 |
| Binary | 1100100 | 10101101 | 10010111 | 101010 | 0 | 1101 | 100000 | 10100010 | 11111 | 110110 |
Color Harmonies of #64AD97
Complementary color
Monochromatic Colors of #64AD97
Black with #64AD97
Text Example
Text Example
White with #64AD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AD97; }
p { color: rgb(100,173,151); }
H1.HeaderClassName
{
color: #64AD97;
}
.AnyTagClassName
{
color: #64AD97;
}
</style>
background-color css
<style>
a { background-color: #64AD97; }
a { background-color: rgb(100,173,151); }
div.DivClassName
{
background-color: #64AD97;
}
.BgClassName
{
background-color: #64AD97;
}
</style>
border-color css
<style>
span { border-color: #64AD97; }
span { border-color: rgb(100,173,151); }
td.TdClassName
{
border-color: #64AD97;
}
.TagClassName
{
border-color: #64AD97;
}
</style>