Shades of Keppel #66B39A
Tints of Keppel #66B39A
RGB
CMYK
RGB Variations
Color information
#66B39A (or 0x66B39A) is known color: Keppel. HEX triplet: 66, B3 and 9A. RGB value is (102,179,154). Sum of RGB (Red+Green+Blue) = 102+179+154=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #66B39A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B39A is #994C65. Grayscale: #999999. Windows color (decimal): -10046566 or 10138470. OLE color: 10138470.
HSL color Cylindrical-coordinate representation of color #66B39A: hue angle of 160.52º degrees, saturation: 0.34, 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 #66B39A is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 179 | 154 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.30 |
| HSL | 160.52º | 0.34% | 0.55% | - |
| HSV(B) | 160.52º | 0.43% | 0.7% | - |
| XYZ | 27.43 | 37.4 | 36.34 | - |
| YUV | 153.13 | 128.49 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 179 | 154 | 0.43 | 0 | 0.14 | 0.30 | 160.52 | 0.34 | 0.55 |
| Hex | 66 | B3 | 9A | 2B | 0 | E | 1E | A1 | 22 | 37 |
| Octal | 146 | 263 | 232 | 53 | 0 | 16 | 36 | 241 | 42 | 67 |
| Binary | 1100110 | 10110011 | 10011010 | 101011 | 0 | 1110 | 11110 | 10100001 | 100010 | 110111 |
Color Harmonies of #66B39A
Complementary color
Monochromatic Colors of #66B39A
Black with #66B39A
Text Example
Text Example
White with #66B39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B39A; }
p { color: rgb(102,179,154); }
H1.HeaderClassName
{
color: #66B39A;
}
.AnyTagClassName
{
color: #66B39A;
}
</style>
background-color css
<style>
a { background-color: #66B39A; }
a { background-color: rgb(102,179,154); }
div.DivClassName
{
background-color: #66B39A;
}
.BgClassName
{
background-color: #66B39A;
}
</style>
border-color css
<style>
span { border-color: #66B39A; }
span { border-color: rgb(102,179,154); }
td.TdClassName
{
border-color: #66B39A;
}
.TagClassName
{
border-color: #66B39A;
}
</style>