Shades of Keppel #66A496
Tints of Keppel #66A496
RGB
CMYK
RGB Variations
Color information
#66A496 (or 0x66A496) is known color: Keppel. HEX triplet: 66, A4 and 96. RGB value is (102,164,150). Sum of RGB (Red+Green+Blue) = 102+164+150=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 164 - color contains mainly: green. Hex color #66A496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A496 is #995B69. Grayscale: #8F8F8F. Windows color (decimal): -10050410 or 9872486. OLE color: 9872486.
HSL color Cylindrical-coordinate representation of color #66A496: hue angle of 166.45º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66A496 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 164 | 150 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.36 |
| HSL | 166.45º | 0.25% | 0.52% | - |
| HSV(B) | 166.45º | 0.38% | 0.64% | - |
| XYZ | 24.26 | 31.58 | 33.67 | - |
| YUV | 143.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 164 | 150 | 0.38 | 0 | 0.09 | 0.36 | 166.45 | 0.25 | 0.52 |
| Hex | 66 | A4 | 96 | 26 | 0 | 9 | 24 | A6 | 19 | 34 |
| Octal | 146 | 244 | 226 | 46 | 0 | 11 | 44 | 246 | 31 | 64 |
| Binary | 1100110 | 10100100 | 10010110 | 100110 | 0 | 1001 | 100100 | 10100110 | 11001 | 110100 |
Color Harmonies of #66A496
Complementary color
Monochromatic Colors of #66A496
Black with #66A496
Text Example
Text Example
White with #66A496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A496; }
p { color: rgb(102,164,150); }
H1.HeaderClassName
{
color: #66A496;
}
.AnyTagClassName
{
color: #66A496;
}
</style>
background-color css
<style>
a { background-color: #66A496; }
a { background-color: rgb(102,164,150); }
div.DivClassName
{
background-color: #66A496;
}
.BgClassName
{
background-color: #66A496;
}
</style>
border-color css
<style>
span { border-color: #66A496; }
span { border-color: rgb(102,164,150); }
td.TdClassName
{
border-color: #66A496;
}
.TagClassName
{
border-color: #66A496;
}
</style>