Shades of Keppel #65B39C
Tints of Keppel #65B39C
RGB
CMYK
RGB Variations
Color information
#65B39C (or 0x65B39C) is known color: Keppel. HEX triplet: 65, B3 and 9C. RGB value is (101,179,156). Sum of RGB (Red+Green+Blue) = 101+179+156=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 179 - color contains mainly: green. Hex color #65B39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B39C is #9A4C63. Grayscale: #999999. Windows color (decimal): -10112100 or 10269541. OLE color: 10269541.
HSL color Cylindrical-coordinate representation of color #65B39C: hue angle of 162.31º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65B39C is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 179 | 156 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.30 |
| HSL | 162.31º | 0.34% | 0.55% | - |
| HSV(B) | 162.31º | 0.44% | 0.7% | - |
| XYZ | 27.49 | 37.41 | 37.22 | - |
| YUV | 153.06 | 129.66 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 179 | 156 | 0.44 | 0 | 0.13 | 0.30 | 162.31 | 0.34 | 0.55 |
| Hex | 65 | B3 | 9C | 2C | 0 | D | 1E | A2 | 22 | 37 |
| Octal | 145 | 263 | 234 | 54 | 0 | 15 | 36 | 242 | 42 | 67 |
| Binary | 1100101 | 10110011 | 10011100 | 101100 | 0 | 1101 | 11110 | 10100010 | 100010 | 110111 |
Color Harmonies of #65B39C
Complementary color
Monochromatic Colors of #65B39C
Black with #65B39C
Text Example
Text Example
White with #65B39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B39C; }
p { color: rgb(101,179,156); }
H1.HeaderClassName
{
color: #65B39C;
}
.AnyTagClassName
{
color: #65B39C;
}
</style>
background-color css
<style>
a { background-color: #65B39C; }
a { background-color: rgb(101,179,156); }
div.DivClassName
{
background-color: #65B39C;
}
.BgClassName
{
background-color: #65B39C;
}
</style>
border-color css
<style>
span { border-color: #65B39C; }
span { border-color: rgb(101,179,156); }
td.TdClassName
{
border-color: #65B39C;
}
.TagClassName
{
border-color: #65B39C;
}
</style>