Shades of Keppel #66BA98
Tints of Keppel #66BA98
RGB
CMYK
RGB Variations
Color information
#66BA98 (or 0x66BA98) is known color: Keppel. HEX triplet: 66, BA and 98. RGB value is (102,186,152). Sum of RGB (Red+Green+Blue) = 102+186+152=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BA98 is #994567. Grayscale: #9D9D9D. Windows color (decimal): -10044776 or 10009190. OLE color: 10009190.
HSL color Cylindrical-coordinate representation of color #66BA98: hue angle of 155.71º 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 #66BA98 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 152 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.27 |
| HSL | 155.71º | 0.38% | 0.56% | - |
| HSV(B) | 155.71º | 0.45% | 0.73% | - |
| XYZ | 28.71 | 40.21 | 35.95 | - |
| YUV | 157.01 | 125.17 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 152 | 0.45 | 0 | 0.18 | 0.27 | 155.71 | 0.38 | 0.56 |
| Hex | 66 | BA | 98 | 2D | 0 | 12 | 1B | 9C | 26 | 38 |
| Octal | 146 | 272 | 230 | 55 | 0 | 22 | 33 | 234 | 46 | 70 |
| Binary | 1100110 | 10111010 | 10011000 | 101101 | 0 | 10010 | 11011 | 10011100 | 100110 | 111000 |
Color Harmonies of #66BA98
Complementary color
Monochromatic Colors of #66BA98
Black with #66BA98
Text Example
Text Example
White with #66BA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA98; }
p { color: rgb(102,186,152); }
H1.HeaderClassName
{
color: #66BA98;
}
.AnyTagClassName
{
color: #66BA98;
}
</style>
background-color css
<style>
a { background-color: #66BA98; }
a { background-color: rgb(102,186,152); }
div.DivClassName
{
background-color: #66BA98;
}
.BgClassName
{
background-color: #66BA98;
}
</style>
border-color css
<style>
span { border-color: #66BA98; }
span { border-color: rgb(102,186,152); }
td.TdClassName
{
border-color: #66BA98;
}
.TagClassName
{
border-color: #66BA98;
}
</style>