Shades of Keppel #65BC9C
Tints of Keppel #65BC9C
RGB
CMYK
RGB Variations
Color information
#65BC9C (or 0x65BC9C) is known color: Keppel. HEX triplet: 65, BC and 9C. RGB value is (101,188,156). Sum of RGB (Red+Green+Blue) = 101+188+156=445 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.70% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BC9C is #9A4363. Grayscale: #9E9E9E. Windows color (decimal): -10109796 or 10271845. OLE color: 10271845.
HSL color Cylindrical-coordinate representation of color #65BC9C: hue angle of 157.93º 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 #65BC9C is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 156 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.26 |
| HSL | 157.93º | 0.39% | 0.57% | - |
| HSV(B) | 157.93º | 0.46% | 0.74% | - |
| XYZ | 29.35 | 41.13 | 37.85 | - |
| YUV | 158.34 | 126.68 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 156 | 0.46 | 0 | 0.17 | 0.26 | 157.93 | 0.39 | 0.57 |
| Hex | 65 | BC | 9C | 2E | 0 | 11 | 1A | 9E | 27 | 39 |
| Octal | 145 | 274 | 234 | 56 | 0 | 21 | 32 | 236 | 47 | 71 |
| Binary | 1100101 | 10111100 | 10011100 | 101110 | 0 | 10001 | 11010 | 10011110 | 100111 | 111001 |
Color Harmonies of #65BC9C
Complementary color
Monochromatic Colors of #65BC9C
Black with #65BC9C
Text Example
Text Example
White with #65BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BC9C; }
p { color: rgb(101,188,156); }
H1.HeaderClassName
{
color: #65BC9C;
}
.AnyTagClassName
{
color: #65BC9C;
}
</style>
background-color css
<style>
a { background-color: #65BC9C; }
a { background-color: rgb(101,188,156); }
div.DivClassName
{
background-color: #65BC9C;
}
.BgClassName
{
background-color: #65BC9C;
}
</style>
border-color css
<style>
span { border-color: #65BC9C; }
span { border-color: rgb(101,188,156); }
td.TdClassName
{
border-color: #65BC9C;
}
.TagClassName
{
border-color: #65BC9C;
}
</style>