Shades of Keppel #65BCA0
Tints of Keppel #65BCA0
RGB
CMYK
RGB Variations
Color information
#65BCA0 (or 0x65BCA0) is known color: Keppel. HEX triplet: 65, BC and A0. RGB value is (101,188,160). Sum of RGB (Red+Green+Blue) = 101+188+160=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #65BCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BCA0 is #9A435F. Grayscale: #9E9E9E. Windows color (decimal): -10109792 or 10533989. OLE color: 10533989.
HSL color Cylindrical-coordinate representation of color #65BCA0: hue angle of 160.69º 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 #65BCA0 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 160 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.26 |
| HSL | 160.69º | 0.39% | 0.57% | - |
| HSV(B) | 160.69º | 0.46% | 0.74% | - |
| XYZ | 29.7 | 41.27 | 39.66 | - |
| YUV | 158.8 | 128.68 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 160 | 0.46 | 0 | 0.15 | 0.26 | 160.69 | 0.39 | 0.57 |
| Hex | 65 | BC | A0 | 2E | 0 | F | 1A | A1 | 27 | 39 |
| Octal | 145 | 274 | 240 | 56 | 0 | 17 | 32 | 241 | 47 | 71 |
| Binary | 1100101 | 10111100 | 10100000 | 101110 | 0 | 1111 | 11010 | 10100001 | 100111 | 111001 |
Color Harmonies of #65BCA0
Complementary color
Monochromatic Colors of #65BCA0
Black with #65BCA0
Text Example
Text Example
White with #65BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BCA0; }
p { color: rgb(101,188,160); }
H1.HeaderClassName
{
color: #65BCA0;
}
.AnyTagClassName
{
color: #65BCA0;
}
</style>
background-color css
<style>
a { background-color: #65BCA0; }
a { background-color: rgb(101,188,160); }
div.DivClassName
{
background-color: #65BCA0;
}
.BgClassName
{
background-color: #65BCA0;
}
</style>
border-color css
<style>
span { border-color: #65BCA0; }
span { border-color: rgb(101,188,160); }
td.TdClassName
{
border-color: #65BCA0;
}
.TagClassName
{
border-color: #65BCA0;
}
</style>