Shades of Keppel #65BB9E
Tints of Keppel #65BB9E
RGB
CMYK
RGB Variations
Color information
#65BB9E (or 0x65BB9E) is known color: Keppel. HEX triplet: 65, BB and 9E. RGB value is (101,187,158). Sum of RGB (Red+Green+Blue) = 101+187+158=446 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.65% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 187 - color contains mainly: green. Hex color #65BB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BB9E is #9A4461. Grayscale: #9E9E9E. Windows color (decimal): -10110050 or 10402661. OLE color: 10402661.
HSL color Cylindrical-coordinate representation of color #65BB9E: hue angle of 159.77º degrees, saturation: 0.39, 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 #65BB9E is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 187 | 158 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.27 |
| HSL | 159.77º | 0.39% | 0.56% | - |
| HSV(B) | 159.77º | 0.46% | 0.73% | - |
| XYZ | 29.31 | 40.78 | 38.67 | - |
| YUV | 157.98 | 128.01 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 187 | 158 | 0.46 | 0 | 0.16 | 0.27 | 159.77 | 0.39 | 0.56 |
| Hex | 65 | BB | 9E | 2E | 0 | 10 | 1B | A0 | 27 | 38 |
| Octal | 145 | 273 | 236 | 56 | 0 | 20 | 33 | 240 | 47 | 70 |
| Binary | 1100101 | 10111011 | 10011110 | 101110 | 0 | 10000 | 11011 | 10100000 | 100111 | 111000 |
Color Harmonies of #65BB9E
Complementary color
Monochromatic Colors of #65BB9E
Black with #65BB9E
Text Example
Text Example
White with #65BB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BB9E; }
p { color: rgb(101,187,158); }
H1.HeaderClassName
{
color: #65BB9E;
}
.AnyTagClassName
{
color: #65BB9E;
}
</style>
background-color css
<style>
a { background-color: #65BB9E; }
a { background-color: rgb(101,187,158); }
div.DivClassName
{
background-color: #65BB9E;
}
.BgClassName
{
background-color: #65BB9E;
}
</style>
border-color css
<style>
span { border-color: #65BB9E; }
span { border-color: rgb(101,187,158); }
td.TdClassName
{
border-color: #65BB9E;
}
.TagClassName
{
border-color: #65BB9E;
}
</style>