Shades of Keppel #66A396
Tints of Keppel #66A396
RGB
CMYK
RGB Variations
Color information
#66A396 (or 0x66A396) is known color: Keppel. HEX triplet: 66, A3 and 96. RGB value is (102,163,150). Sum of RGB (Red+Green+Blue) = 102+163+150=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 163 - color contains mainly: green. Hex color #66A396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A396 is #995C69. Grayscale: #8F8F8F. Windows color (decimal): -10050666 or 9872230. OLE color: 9872230.
HSL color Cylindrical-coordinate representation of color #66A396: hue angle of 167.21º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A396 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 163 | 150 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.36 |
| HSL | 167.21º | 0.25% | 0.52% | - |
| HSV(B) | 167.21º | 0.37% | 0.64% | - |
| XYZ | 24.08 | 31.22 | 33.61 | - |
| YUV | 143.28 | 131.79 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 163 | 150 | 0.37 | 0 | 0.08 | 0.36 | 167.21 | 0.25 | 0.52 |
| Hex | 66 | A3 | 96 | 25 | 0 | 8 | 24 | A7 | 19 | 34 |
| Octal | 146 | 243 | 226 | 45 | 0 | 10 | 44 | 247 | 31 | 64 |
| Binary | 1100110 | 10100011 | 10010110 | 100101 | 0 | 1000 | 100100 | 10100111 | 11001 | 110100 |
Color Harmonies of #66A396
Complementary color
Monochromatic Colors of #66A396
Black with #66A396
Text Example
Text Example
White with #66A396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A396; }
p { color: rgb(102,163,150); }
H1.HeaderClassName
{
color: #66A396;
}
.AnyTagClassName
{
color: #66A396;
}
</style>
background-color css
<style>
a { background-color: #66A396; }
a { background-color: rgb(102,163,150); }
div.DivClassName
{
background-color: #66A396;
}
.BgClassName
{
background-color: #66A396;
}
</style>
border-color css
<style>
span { border-color: #66A396; }
span { border-color: rgb(102,163,150); }
td.TdClassName
{
border-color: #66A396;
}
.TagClassName
{
border-color: #66A396;
}
</style>