Shades of Keppel #65B89A
Tints of Keppel #65B89A
RGB
CMYK
RGB Variations
Color information
#65B89A (or 0x65B89A) is known color: Keppel. HEX triplet: 65, B8 and 9A. RGB value is (101,184,154). Sum of RGB (Red+Green+Blue) = 101+184+154=439 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.01% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #65B89A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B89A is #9A4765. Grayscale: #9B9B9B. Windows color (decimal): -10110822 or 10139749. OLE color: 10139749.
HSL color Cylindrical-coordinate representation of color #65B89A: hue angle of 158.31º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B89A is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 184 | 154 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.28 |
| HSL | 158.31º | 0.37% | 0.56% | - |
| HSV(B) | 158.31º | 0.45% | 0.72% | - |
| XYZ | 28.34 | 39.38 | 36.68 | - |
| YUV | 155.76 | 127 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 184 | 154 | 0.45 | 0 | 0.16 | 0.28 | 158.31 | 0.37 | 0.56 |
| Hex | 65 | B8 | 9A | 2D | 0 | 10 | 1C | 9E | 25 | 38 |
| Octal | 145 | 270 | 232 | 55 | 0 | 20 | 34 | 236 | 45 | 70 |
| Binary | 1100101 | 10111000 | 10011010 | 101101 | 0 | 10000 | 11100 | 10011110 | 100101 | 111000 |
Color Harmonies of #65B89A
Complementary color
Monochromatic Colors of #65B89A
Black with #65B89A
Text Example
Text Example
White with #65B89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B89A; }
p { color: rgb(101,184,154); }
H1.HeaderClassName
{
color: #65B89A;
}
.AnyTagClassName
{
color: #65B89A;
}
</style>
background-color css
<style>
a { background-color: #65B89A; }
a { background-color: rgb(101,184,154); }
div.DivClassName
{
background-color: #65B89A;
}
.BgClassName
{
background-color: #65B89A;
}
</style>
border-color css
<style>
span { border-color: #65B89A; }
span { border-color: rgb(101,184,154); }
td.TdClassName
{
border-color: #65B89A;
}
.TagClassName
{
border-color: #65B89A;
}
</style>