Shades of Keppel #66A994
Tints of Keppel #66A994
RGB
CMYK
RGB Variations
Color information
#66A994 (or 0x66A994) is known color: Keppel. HEX triplet: 66, A9 and 94. RGB value is (102,169,148). Sum of RGB (Red+Green+Blue) = 102+169+148=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #66A994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A994 is #99566B. Grayscale: #929292. Windows color (decimal): -10049132 or 9742694. OLE color: 9742694.
HSL color Cylindrical-coordinate representation of color #66A994: hue angle of 161.19º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66A994 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 169 | 148 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.34 |
| HSL | 161.19º | 0.28% | 0.53% | - |
| HSV(B) | 161.19º | 0.4% | 0.66% | - |
| XYZ | 25.01 | 33.34 | 33.13 | - |
| YUV | 146.57 | 128.8 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 169 | 148 | 0.40 | 0 | 0.12 | 0.34 | 161.19 | 0.28 | 0.53 |
| Hex | 66 | A9 | 94 | 28 | 0 | C | 22 | A1 | 1C | 35 |
| Octal | 146 | 251 | 224 | 50 | 0 | 14 | 42 | 241 | 34 | 65 |
| Binary | 1100110 | 10101001 | 10010100 | 101000 | 0 | 1100 | 100010 | 10100001 | 11100 | 110101 |
Color Harmonies of #66A994
Complementary color
Monochromatic Colors of #66A994
Black with #66A994
Text Example
Text Example
White with #66A994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A994; }
p { color: rgb(102,169,148); }
H1.HeaderClassName
{
color: #66A994;
}
.AnyTagClassName
{
color: #66A994;
}
</style>
background-color css
<style>
a { background-color: #66A994; }
a { background-color: rgb(102,169,148); }
div.DivClassName
{
background-color: #66A994;
}
.BgClassName
{
background-color: #66A994;
}
</style>
border-color css
<style>
span { border-color: #66A994; }
span { border-color: rgb(102,169,148); }
td.TdClassName
{
border-color: #66A994;
}
.TagClassName
{
border-color: #66A994;
}
</style>