Shades of Keppel #65BA9E
Tints of Keppel #65BA9E
RGB
CMYK
RGB Variations
Color information
#65BA9E (or 0x65BA9E) is known color: Keppel. HEX triplet: 65, BA and 9E. RGB value is (101,186,158). Sum of RGB (Red+Green+Blue) = 101+186+158=445 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.70% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #65BA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BA9E is #9A4561. Grayscale: #9D9D9D. Windows color (decimal): -10110306 or 10402405. OLE color: 10402405.
HSL color Cylindrical-coordinate representation of color #65BA9E: hue angle of 160.24º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65BA9E is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 186 | 158 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.27 |
| HSL | 160.24º | 0.38% | 0.56% | - |
| HSV(B) | 160.24º | 0.46% | 0.73% | - |
| XYZ | 29.1 | 40.35 | 38.6 | - |
| YUV | 157.39 | 128.34 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 158 | 0.46 | 0 | 0.15 | 0.27 | 160.24 | 0.38 | 0.56 |
| Hex | 65 | BA | 9E | 2E | 0 | F | 1B | A0 | 26 | 38 |
| Octal | 145 | 272 | 236 | 56 | 0 | 17 | 33 | 240 | 46 | 70 |
| Binary | 1100101 | 10111010 | 10011110 | 101110 | 0 | 1111 | 11011 | 10100000 | 100110 | 111000 |
Color Harmonies of #65BA9E
Complementary color
Monochromatic Colors of #65BA9E
Black with #65BA9E
Text Example
Text Example
White with #65BA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BA9E; }
p { color: rgb(101,186,158); }
H1.HeaderClassName
{
color: #65BA9E;
}
.AnyTagClassName
{
color: #65BA9E;
}
</style>
background-color css
<style>
a { background-color: #65BA9E; }
a { background-color: rgb(101,186,158); }
div.DivClassName
{
background-color: #65BA9E;
}
.BgClassName
{
background-color: #65BA9E;
}
</style>
border-color css
<style>
span { border-color: #65BA9E; }
span { border-color: rgb(101,186,158); }
td.TdClassName
{
border-color: #65BA9E;
}
.TagClassName
{
border-color: #65BA9E;
}
</style>