Shades of Keppel #65BA9F
Tints of Keppel #65BA9F
RGB
CMYK
RGB Variations
Color information
#65BA9F (or 0x65BA9F) is known color: Keppel. HEX triplet: 65, BA and 9F. RGB value is (101,186,159). Sum of RGB (Red+Green+Blue) = 101+186+159=446 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.65% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #65BA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BA9F is #9A4560. Grayscale: #9D9D9D. Windows color (decimal): -10110305 or 10467941. OLE color: 10467941.
HSL color Cylindrical-coordinate representation of color #65BA9F: hue angle of 160.94º 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 #65BA9F is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 186 | 159 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.27 |
| HSL | 160.94º | 0.38% | 0.56% | - |
| HSV(B) | 160.94º | 0.46% | 0.73% | - |
| XYZ | 29.18 | 40.39 | 39.06 | - |
| YUV | 157.51 | 128.84 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 159 | 0.46 | 0 | 0.15 | 0.27 | 160.94 | 0.38 | 0.56 |
| Hex | 65 | BA | 9F | 2E | 0 | F | 1B | A1 | 26 | 38 |
| Octal | 145 | 272 | 237 | 56 | 0 | 17 | 33 | 241 | 46 | 70 |
| Binary | 1100101 | 10111010 | 10011111 | 101110 | 0 | 1111 | 11011 | 10100001 | 100110 | 111000 |
Color Harmonies of #65BA9F
Complementary color
Monochromatic Colors of #65BA9F
Black with #65BA9F
Text Example
Text Example
White with #65BA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BA9F; }
p { color: rgb(101,186,159); }
H1.HeaderClassName
{
color: #65BA9F;
}
.AnyTagClassName
{
color: #65BA9F;
}
</style>
background-color css
<style>
a { background-color: #65BA9F; }
a { background-color: rgb(101,186,159); }
div.DivClassName
{
background-color: #65BA9F;
}
.BgClassName
{
background-color: #65BA9F;
}
</style>
border-color css
<style>
span { border-color: #65BA9F; }
span { border-color: rgb(101,186,159); }
td.TdClassName
{
border-color: #65BA9F;
}
.TagClassName
{
border-color: #65BA9F;
}
</style>