Shades of Keppel #64AF92
Tints of Keppel #64AF92
RGB
CMYK
RGB Variations
Color information
#64AF92 (or 0x64AF92) is known color: Keppel. HEX triplet: 64, AF and 92. RGB value is (100,175,146). Sum of RGB (Red+Green+Blue) = 100+175+146=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AF92 is #9B506D. Grayscale: #959595. Windows color (decimal): -10178670 or 9613156. OLE color: 9613156.
HSL color Cylindrical-coordinate representation of color #64AF92: hue angle of 156.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AF92 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 175 | 146 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.31 |
| HSL | 156.8º | 0.32% | 0.54% | - |
| HSV(B) | 156.8º | 0.43% | 0.69% | - |
| XYZ | 25.77 | 35.44 | 32.68 | - |
| YUV | 149.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 146 | 0.43 | 0 | 0.17 | 0.31 | 156.8 | 0.32 | 0.54 |
| Hex | 64 | AF | 92 | 2B | 0 | 11 | 1F | 9D | 20 | 36 |
| Octal | 144 | 257 | 222 | 53 | 0 | 21 | 37 | 235 | 40 | 66 |
| Binary | 1100100 | 10101111 | 10010010 | 101011 | 0 | 10001 | 11111 | 10011101 | 100000 | 110110 |
Color Harmonies of #64AF92
Complementary color
Monochromatic Colors of #64AF92
Black with #64AF92
Text Example
Text Example
White with #64AF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AF92; }
p { color: rgb(100,175,146); }
H1.HeaderClassName
{
color: #64AF92;
}
.AnyTagClassName
{
color: #64AF92;
}
</style>
background-color css
<style>
a { background-color: #64AF92; }
a { background-color: rgb(100,175,146); }
div.DivClassName
{
background-color: #64AF92;
}
.BgClassName
{
background-color: #64AF92;
}
</style>
border-color css
<style>
span { border-color: #64AF92; }
span { border-color: rgb(100,175,146); }
td.TdClassName
{
border-color: #64AF92;
}
.TagClassName
{
border-color: #64AF92;
}
</style>