Shades of Keppel #66B49E
Tints of Keppel #66B49E
RGB
CMYK
RGB Variations
Color information
#66B49E (or 0x66B49E) is known color: Keppel. HEX triplet: 66, B4 and 9E. RGB value is (102,180,158). Sum of RGB (Red+Green+Blue) = 102+180+158=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #66B49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B49E is #994B61. Grayscale: #9A9A9A. Windows color (decimal): -10046306 or 10400870. OLE color: 10400870.
HSL color Cylindrical-coordinate representation of color #66B49E: hue angle of 163.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B49E is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 180 | 158 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.29 |
| HSL | 163.08º | 0.34% | 0.55% | - |
| HSV(B) | 163.08º | 0.43% | 0.71% | - |
| XYZ | 27.97 | 37.94 | 38.2 | - |
| YUV | 154.17 | 130.16 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 180 | 158 | 0.43 | 0 | 0.12 | 0.29 | 163.08 | 0.34 | 0.55 |
| Hex | 66 | B4 | 9E | 2B | 0 | C | 1D | A3 | 22 | 37 |
| Octal | 146 | 264 | 236 | 53 | 0 | 14 | 35 | 243 | 42 | 67 |
| Binary | 1100110 | 10110100 | 10011110 | 101011 | 0 | 1100 | 11101 | 10100011 | 100010 | 110111 |
Color Harmonies of #66B49E
Complementary color
Monochromatic Colors of #66B49E
Black with #66B49E
Text Example
Text Example
White with #66B49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B49E; }
p { color: rgb(102,180,158); }
H1.HeaderClassName
{
color: #66B49E;
}
.AnyTagClassName
{
color: #66B49E;
}
</style>
background-color css
<style>
a { background-color: #66B49E; }
a { background-color: rgb(102,180,158); }
div.DivClassName
{
background-color: #66B49E;
}
.BgClassName
{
background-color: #66B49E;
}
</style>
border-color css
<style>
span { border-color: #66B49E; }
span { border-color: rgb(102,180,158); }
td.TdClassName
{
border-color: #66B49E;
}
.TagClassName
{
border-color: #66B49E;
}
</style>