Shades of Keppel #65BC9A
Tints of Keppel #65BC9A
RGB
CMYK
RGB Variations
Color information
#65BC9A (or 0x65BC9A) is known color: Keppel. HEX triplet: 65, BC and 9A. RGB value is (101,188,154). Sum of RGB (Red+Green+Blue) = 101+188+154=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BC9A is #9A4365. Grayscale: #9E9E9E. Windows color (decimal): -10109798 or 10140773. OLE color: 10140773.
HSL color Cylindrical-coordinate representation of color #65BC9A: hue angle of 156.55º 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 #65BC9A is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 154 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.26 |
| HSL | 156.55º | 0.39% | 0.57% | - |
| HSV(B) | 156.55º | 0.46% | 0.74% | - |
| XYZ | 29.18 | 41.07 | 36.96 | - |
| YUV | 158.11 | 125.68 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 154 | 0.46 | 0 | 0.18 | 0.26 | 156.55 | 0.39 | 0.57 |
| Hex | 65 | BC | 9A | 2E | 0 | 12 | 1A | 9D | 27 | 39 |
| Octal | 145 | 274 | 232 | 56 | 0 | 22 | 32 | 235 | 47 | 71 |
| Binary | 1100101 | 10111100 | 10011010 | 101110 | 0 | 10010 | 11010 | 10011101 | 100111 | 111001 |
Color Harmonies of #65BC9A
Complementary color
Monochromatic Colors of #65BC9A
Black with #65BC9A
Text Example
Text Example
White with #65BC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BC9A; }
p { color: rgb(101,188,154); }
H1.HeaderClassName
{
color: #65BC9A;
}
.AnyTagClassName
{
color: #65BC9A;
}
</style>
background-color css
<style>
a { background-color: #65BC9A; }
a { background-color: rgb(101,188,154); }
div.DivClassName
{
background-color: #65BC9A;
}
.BgClassName
{
background-color: #65BC9A;
}
</style>
border-color css
<style>
span { border-color: #65BC9A; }
span { border-color: rgb(101,188,154); }
td.TdClassName
{
border-color: #65BC9A;
}
.TagClassName
{
border-color: #65BC9A;
}
</style>