Shades of Keppel #66BD9F
Tints of Keppel #66BD9F
RGB
CMYK
RGB Variations
Color information
#66BD9F (or 0x66BD9F) is known color: Keppel. HEX triplet: 66, BD and 9F. RGB value is (102,189,159). Sum of RGB (Red+Green+Blue) = 102+189+159=450 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.67% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BD9F is #994260. Grayscale: #9F9F9F. Windows color (decimal): -10044001 or 10468710. OLE color: 10468710.
HSL color Cylindrical-coordinate representation of color #66BD9F: hue angle of 159.31º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BD9F is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 189 | 159 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.26 |
| HSL | 159.31º | 0.4% | 0.57% | - |
| HSV(B) | 159.31º | 0.46% | 0.74% | - |
| XYZ | 29.94 | 41.72 | 39.28 | - |
| YUV | 159.57 | 127.68 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 159 | 0.46 | 0 | 0.16 | 0.26 | 159.31 | 0.4 | 0.57 |
| Hex | 66 | BD | 9F | 2E | 0 | 10 | 1A | 9F | 28 | 39 |
| Octal | 146 | 275 | 237 | 56 | 0 | 20 | 32 | 237 | 50 | 71 |
| Binary | 1100110 | 10111101 | 10011111 | 101110 | 0 | 10000 | 11010 | 10011111 | 101000 | 111001 |
Color Harmonies of #66BD9F
Complementary color
Monochromatic Colors of #66BD9F
Black with #66BD9F
Text Example
Text Example
White with #66BD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BD9F; }
p { color: rgb(102,189,159); }
H1.HeaderClassName
{
color: #66BD9F;
}
.AnyTagClassName
{
color: #66BD9F;
}
</style>
background-color css
<style>
a { background-color: #66BD9F; }
a { background-color: rgb(102,189,159); }
div.DivClassName
{
background-color: #66BD9F;
}
.BgClassName
{
background-color: #66BD9F;
}
</style>
border-color css
<style>
span { border-color: #66BD9F; }
span { border-color: rgb(102,189,159); }
td.TdClassName
{
border-color: #66BD9F;
}
.TagClassName
{
border-color: #66BD9F;
}
</style>