Shades of Keppel #66B79C
Tints of Keppel #66B79C
RGB
CMYK
RGB Variations
Color information
#66B79C (or 0x66B79C) is known color: Keppel. HEX triplet: 66, B7 and 9C. RGB value is (102,183,156). Sum of RGB (Red+Green+Blue) = 102+183+156=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #66B79C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B79C is #994863. Grayscale: #9B9B9B. Windows color (decimal): -10045540 or 10270566. OLE color: 10270566.
HSL color Cylindrical-coordinate representation of color #66B79C: hue angle of 160º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66B79C is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 183 | 156 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.28 |
| HSL | 160º | 0.36% | 0.56% | - |
| HSV(B) | 160º | 0.44% | 0.72% | - |
| XYZ | 28.41 | 39.09 | 37.5 | - |
| YUV | 155.7 | 128.16 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 183 | 156 | 0.44 | 0 | 0.15 | 0.28 | 160 | 0.36 | 0.56 |
| Hex | 66 | B7 | 9C | 2C | 0 | F | 1C | A0 | 24 | 38 |
| Octal | 146 | 267 | 234 | 54 | 0 | 17 | 34 | 240 | 44 | 70 |
| Binary | 1100110 | 10110111 | 10011100 | 101100 | 0 | 1111 | 11100 | 10100000 | 100100 | 111000 |
Color Harmonies of #66B79C
Complementary color
Monochromatic Colors of #66B79C
Black with #66B79C
Text Example
Text Example
White with #66B79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B79C; }
p { color: rgb(102,183,156); }
H1.HeaderClassName
{
color: #66B79C;
}
.AnyTagClassName
{
color: #66B79C;
}
</style>
background-color css
<style>
a { background-color: #66B79C; }
a { background-color: rgb(102,183,156); }
div.DivClassName
{
background-color: #66B79C;
}
.BgClassName
{
background-color: #66B79C;
}
</style>
border-color css
<style>
span { border-color: #66B79C; }
span { border-color: rgb(102,183,156); }
td.TdClassName
{
border-color: #66B79C;
}
.TagClassName
{
border-color: #66B79C;
}
</style>