Shades of Keppel #66BA9B
Tints of Keppel #66BA9B
RGB
CMYK
RGB Variations
Color information
#66BA9B (or 0x66BA9B) is known color: Keppel. HEX triplet: 66, BA and 9B. RGB value is (102,186,155). Sum of RGB (Red+Green+Blue) = 102+186+155=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BA9B is #994564. Grayscale: #9D9D9D. Windows color (decimal): -10044773 or 10205798. OLE color: 10205798.
HSL color Cylindrical-coordinate representation of color #66BA9B: hue angle of 157.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BA9B is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 155 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.27 |
| HSL | 157.86º | 0.38% | 0.56% | - |
| HSV(B) | 157.86º | 0.45% | 0.73% | - |
| XYZ | 28.95 | 40.31 | 37.26 | - |
| YUV | 157.35 | 126.67 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 155 | 0.45 | 0 | 0.17 | 0.27 | 157.86 | 0.38 | 0.56 |
| Hex | 66 | BA | 9B | 2D | 0 | 11 | 1B | 9E | 26 | 38 |
| Octal | 146 | 272 | 233 | 55 | 0 | 21 | 33 | 236 | 46 | 70 |
| Binary | 1100110 | 10111010 | 10011011 | 101101 | 0 | 10001 | 11011 | 10011110 | 100110 | 111000 |
Color Harmonies of #66BA9B
Complementary color
Monochromatic Colors of #66BA9B
Black with #66BA9B
Text Example
Text Example
White with #66BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA9B; }
p { color: rgb(102,186,155); }
H1.HeaderClassName
{
color: #66BA9B;
}
.AnyTagClassName
{
color: #66BA9B;
}
</style>
background-color css
<style>
a { background-color: #66BA9B; }
a { background-color: rgb(102,186,155); }
div.DivClassName
{
background-color: #66BA9B;
}
.BgClassName
{
background-color: #66BA9B;
}
</style>
border-color css
<style>
span { border-color: #66BA9B; }
span { border-color: rgb(102,186,155); }
td.TdClassName
{
border-color: #66BA9B;
}
.TagClassName
{
border-color: #66BA9B;
}
</style>