Shades of Keppel #66B49D
Tints of Keppel #66B49D
RGB
CMYK
RGB Variations
Color information
#66B49D (or 0x66B49D) is known color: Keppel. HEX triplet: 66, B4 and 9D. RGB value is (102,180,157). Sum of RGB (Red+Green+Blue) = 102+180+157=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #66B49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B49D is #994B62. Grayscale: #9A9A9A. Windows color (decimal): -10046307 or 10335334. OLE color: 10335334.
HSL color Cylindrical-coordinate representation of color #66B49D: hue angle of 162.31º 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 #66B49D is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 180 | 157 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.29 |
| HSL | 162.31º | 0.34% | 0.55% | - |
| HSV(B) | 162.31º | 0.43% | 0.71% | - |
| XYZ | 27.89 | 37.9 | 37.74 | - |
| YUV | 154.06 | 129.66 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 180 | 157 | 0.43 | 0 | 0.13 | 0.29 | 162.31 | 0.34 | 0.55 |
| Hex | 66 | B4 | 9D | 2B | 0 | D | 1D | A2 | 22 | 37 |
| Octal | 146 | 264 | 235 | 53 | 0 | 15 | 35 | 242 | 42 | 67 |
| Binary | 1100110 | 10110100 | 10011101 | 101011 | 0 | 1101 | 11101 | 10100010 | 100010 | 110111 |
Color Harmonies of #66B49D
Complementary color
Monochromatic Colors of #66B49D
Black with #66B49D
Text Example
Text Example
White with #66B49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B49D; }
p { color: rgb(102,180,157); }
H1.HeaderClassName
{
color: #66B49D;
}
.AnyTagClassName
{
color: #66B49D;
}
</style>
background-color css
<style>
a { background-color: #66B49D; }
a { background-color: rgb(102,180,157); }
div.DivClassName
{
background-color: #66B49D;
}
.BgClassName
{
background-color: #66B49D;
}
</style>
border-color css
<style>
span { border-color: #66B49D; }
span { border-color: rgb(102,180,157); }
td.TdClassName
{
border-color: #66B49D;
}
.TagClassName
{
border-color: #66B49D;
}
</style>