Shades of Keppel #65BC9B
Tints of Keppel #65BC9B
RGB
CMYK
RGB Variations
Color information
#65BC9B (or 0x65BC9B) is known color: Keppel. HEX triplet: 65, BC and 9B. RGB value is (101,188,155). Sum of RGB (Red+Green+Blue) = 101+188+155=444 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.75% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BC9B is #9A4364. Grayscale: #9E9E9E. Windows color (decimal): -10109797 or 10206309. OLE color: 10206309.
HSL color Cylindrical-coordinate representation of color #65BC9B: hue angle of 157.24º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65BC9B is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 155 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.26 |
| HSL | 157.24º | 0.39% | 0.57% | - |
| HSV(B) | 157.24º | 0.46% | 0.74% | - |
| XYZ | 29.27 | 41.1 | 37.4 | - |
| YUV | 158.23 | 126.18 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 155 | 0.46 | 0 | 0.18 | 0.26 | 157.24 | 0.39 | 0.57 |
| Hex | 65 | BC | 9B | 2E | 0 | 12 | 1A | 9D | 27 | 39 |
| Octal | 145 | 274 | 233 | 56 | 0 | 22 | 32 | 235 | 47 | 71 |
| Binary | 1100101 | 10111100 | 10011011 | 101110 | 0 | 10010 | 11010 | 10011101 | 100111 | 111001 |
Color Harmonies of #65BC9B
Complementary color
Monochromatic Colors of #65BC9B
Black with #65BC9B
Text Example
Text Example
White with #65BC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BC9B; }
p { color: rgb(101,188,155); }
H1.HeaderClassName
{
color: #65BC9B;
}
.AnyTagClassName
{
color: #65BC9B;
}
</style>
background-color css
<style>
a { background-color: #65BC9B; }
a { background-color: rgb(101,188,155); }
div.DivClassName
{
background-color: #65BC9B;
}
.BgClassName
{
background-color: #65BC9B;
}
</style>
border-color css
<style>
span { border-color: #65BC9B; }
span { border-color: rgb(101,188,155); }
td.TdClassName
{
border-color: #65BC9B;
}
.TagClassName
{
border-color: #65BC9B;
}
</style>