Shades of Keppel #66B396
Tints of Keppel #66B396
RGB
CMYK
RGB Variations
Color information
#66B396 (or 0x66B396) is known color: Keppel. HEX triplet: 66, B3 and 96. RGB value is (102,179,150). Sum of RGB (Red+Green+Blue) = 102+179+150=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #66B396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B396 is #994C69. Grayscale: #989898. Windows color (decimal): -10046570 or 9876326. OLE color: 9876326.
HSL color Cylindrical-coordinate representation of color #66B396: hue angle of 157.4º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B396 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 179 | 150 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.30 |
| HSL | 157.4º | 0.34% | 0.55% | - |
| HSV(B) | 157.4º | 0.43% | 0.7% | - |
| XYZ | 27.1 | 37.27 | 34.62 | - |
| YUV | 152.67 | 126.49 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 179 | 150 | 0.43 | 0 | 0.16 | 0.30 | 157.4 | 0.34 | 0.55 |
| Hex | 66 | B3 | 96 | 2B | 0 | 10 | 1E | 9D | 22 | 37 |
| Octal | 146 | 263 | 226 | 53 | 0 | 20 | 36 | 235 | 42 | 67 |
| Binary | 1100110 | 10110011 | 10010110 | 101011 | 0 | 10000 | 11110 | 10011101 | 100010 | 110111 |
Color Harmonies of #66B396
Complementary color
Monochromatic Colors of #66B396
Black with #66B396
Text Example
Text Example
White with #66B396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B396; }
p { color: rgb(102,179,150); }
H1.HeaderClassName
{
color: #66B396;
}
.AnyTagClassName
{
color: #66B396;
}
</style>
background-color css
<style>
a { background-color: #66B396; }
a { background-color: rgb(102,179,150); }
div.DivClassName
{
background-color: #66B396;
}
.BgClassName
{
background-color: #66B396;
}
</style>
border-color css
<style>
span { border-color: #66B396; }
span { border-color: rgb(102,179,150); }
td.TdClassName
{
border-color: #66B396;
}
.TagClassName
{
border-color: #66B396;
}
</style>