Shades of Keppel #65B09E
Tints of Keppel #65B09E
RGB
CMYK
RGB Variations
Color information
#65B09E (or 0x65B09E) is known color: Keppel. HEX triplet: 65, B0 and 9E. RGB value is (101,176,158). Sum of RGB (Red+Green+Blue) = 101+176+158=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #65B09E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B09E is #9A4F61. Grayscale: #979797. Windows color (decimal): -10112866 or 10399845. OLE color: 10399845.
HSL color Cylindrical-coordinate representation of color #65B09E: hue angle of 165.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B09E is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 176 | 158 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.31 |
| HSL | 165.6º | 0.32% | 0.54% | - |
| HSV(B) | 165.6º | 0.43% | 0.69% | - |
| XYZ | 27.06 | 36.29 | 37.93 | - |
| YUV | 151.52 | 131.65 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 176 | 158 | 0.43 | 0 | 0.10 | 0.31 | 165.6 | 0.32 | 0.54 |
| Hex | 65 | B0 | 9E | 2B | 0 | A | 1F | A6 | 20 | 36 |
| Octal | 145 | 260 | 236 | 53 | 0 | 12 | 37 | 246 | 40 | 66 |
| Binary | 1100101 | 10110000 | 10011110 | 101011 | 0 | 1010 | 11111 | 10100110 | 100000 | 110110 |
Color Harmonies of #65B09E
Complementary color
Monochromatic Colors of #65B09E
Black with #65B09E
Text Example
Text Example
White with #65B09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B09E; }
p { color: rgb(101,176,158); }
H1.HeaderClassName
{
color: #65B09E;
}
.AnyTagClassName
{
color: #65B09E;
}
</style>
background-color css
<style>
a { background-color: #65B09E; }
a { background-color: rgb(101,176,158); }
div.DivClassName
{
background-color: #65B09E;
}
.BgClassName
{
background-color: #65B09E;
}
</style>
border-color css
<style>
span { border-color: #65B09E; }
span { border-color: rgb(101,176,158); }
td.TdClassName
{
border-color: #65B09E;
}
.TagClassName
{
border-color: #65B09E;
}
</style>