Shades of Keppel #66B29E
Tints of Keppel #66B29E
RGB
CMYK
RGB Variations
Color information
#66B29E (or 0x66B29E) is known color: Keppel. HEX triplet: 66, B2 and 9E. RGB value is (102,178,158). Sum of RGB (Red+Green+Blue) = 102+178+158=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #66B29E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66B29E is #994D61. Grayscale: #999999. Windows color (decimal): -10046818 or 10400358. OLE color: 10400358.
HSL color Cylindrical-coordinate representation of color #66B29E: hue angle of 164.21º degrees, saturation: 0.33, 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 #66B29E is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 178 | 158 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.30 |
| HSL | 164.21º | 0.33% | 0.55% | - |
| HSV(B) | 164.21º | 0.43% | 0.7% | - |
| XYZ | 27.57 | 37.13 | 38.06 | - |
| YUV | 153 | 130.82 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 178 | 158 | 0.43 | 0 | 0.11 | 0.30 | 164.21 | 0.33 | 0.55 |
| Hex | 66 | B2 | 9E | 2B | 0 | B | 1E | A4 | 21 | 37 |
| Octal | 146 | 262 | 236 | 53 | 0 | 13 | 36 | 244 | 41 | 67 |
| Binary | 1100110 | 10110010 | 10011110 | 101011 | 0 | 1011 | 11110 | 10100100 | 100001 | 110111 |
Color Harmonies of #66B29E
Complementary color
Monochromatic Colors of #66B29E
Black with #66B29E
Text Example
Text Example
White with #66B29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B29E; }
p { color: rgb(102,178,158); }
H1.HeaderClassName
{
color: #66B29E;
}
.AnyTagClassName
{
color: #66B29E;
}
</style>
background-color css
<style>
a { background-color: #66B29E; }
a { background-color: rgb(102,178,158); }
div.DivClassName
{
background-color: #66B29E;
}
.BgClassName
{
background-color: #66B29E;
}
</style>
border-color css
<style>
span { border-color: #66B29E; }
span { border-color: rgb(102,178,158); }
td.TdClassName
{
border-color: #66B29E;
}
.TagClassName
{
border-color: #66B29E;
}
</style>