Shades of Keppel #65BC99
Tints of Keppel #65BC99
RGB
CMYK
RGB Variations
Color information
#65BC99 (or 0x65BC99) is known color: Keppel. HEX triplet: 65, BC and 99. RGB value is (101,188,153). Sum of RGB (Red+Green+Blue) = 101+188+153=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BC99 is #9A4366. Grayscale: #9E9E9E. Windows color (decimal): -10109799 or 10075237. OLE color: 10075237.
HSL color Cylindrical-coordinate representation of color #65BC99: hue angle of 155.86º 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 #65BC99 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 153 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.26 |
| HSL | 155.86º | 0.39% | 0.57% | - |
| HSV(B) | 155.86º | 0.46% | 0.74% | - |
| XYZ | 29.1 | 41.03 | 36.52 | - |
| YUV | 158 | 125.18 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 153 | 0.46 | 0 | 0.19 | 0.26 | 155.86 | 0.39 | 0.57 |
| Hex | 65 | BC | 99 | 2E | 0 | 13 | 1A | 9C | 27 | 39 |
| Octal | 145 | 274 | 231 | 56 | 0 | 23 | 32 | 234 | 47 | 71 |
| Binary | 1100101 | 10111100 | 10011001 | 101110 | 0 | 10011 | 11010 | 10011100 | 100111 | 111001 |
Color Harmonies of #65BC99
Complementary color
Monochromatic Colors of #65BC99
Black with #65BC99
Text Example
Text Example
White with #65BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BC99; }
p { color: rgb(101,188,153); }
H1.HeaderClassName
{
color: #65BC99;
}
.AnyTagClassName
{
color: #65BC99;
}
</style>
background-color css
<style>
a { background-color: #65BC99; }
a { background-color: rgb(101,188,153); }
div.DivClassName
{
background-color: #65BC99;
}
.BgClassName
{
background-color: #65BC99;
}
</style>
border-color css
<style>
span { border-color: #65BC99; }
span { border-color: rgb(101,188,153); }
td.TdClassName
{
border-color: #65BC99;
}
.TagClassName
{
border-color: #65BC99;
}
</style>