Shades of Keppel #65AB9B
Tints of Keppel #65AB9B
RGB
CMYK
RGB Variations
Color information
#65AB9B (or 0x65AB9B) is known color: Keppel. HEX triplet: 65, AB and 9B. RGB value is (101,171,155). Sum of RGB (Red+Green+Blue) = 101+171+155=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AB9B is #9A5464. Grayscale: #949494. Windows color (decimal): -10114149 or 10201957. OLE color: 10201957.
HSL color Cylindrical-coordinate representation of color #65AB9B: hue angle of 166.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65AB9B is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 171 | 155 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.33 |
| HSL | 166.29º | 0.29% | 0.53% | - |
| HSV(B) | 166.29º | 0.41% | 0.67% | - |
| XYZ | 25.85 | 34.26 | 36.26 | - |
| YUV | 148.25 | 131.81 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 155 | 0.41 | 0 | 0.09 | 0.33 | 166.29 | 0.29 | 0.53 |
| Hex | 65 | AB | 9B | 29 | 0 | 9 | 21 | A6 | 1D | 35 |
| Octal | 145 | 253 | 233 | 51 | 0 | 11 | 41 | 246 | 35 | 65 |
| Binary | 1100101 | 10101011 | 10011011 | 101001 | 0 | 1001 | 100001 | 10100110 | 11101 | 110101 |
Color Harmonies of #65AB9B
Complementary color
Monochromatic Colors of #65AB9B
Black with #65AB9B
Text Example
Text Example
White with #65AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AB9B; }
p { color: rgb(101,171,155); }
H1.HeaderClassName
{
color: #65AB9B;
}
.AnyTagClassName
{
color: #65AB9B;
}
</style>
background-color css
<style>
a { background-color: #65AB9B; }
a { background-color: rgb(101,171,155); }
div.DivClassName
{
background-color: #65AB9B;
}
.BgClassName
{
background-color: #65AB9B;
}
</style>
border-color css
<style>
span { border-color: #65AB9B; }
span { border-color: rgb(101,171,155); }
td.TdClassName
{
border-color: #65AB9B;
}
.TagClassName
{
border-color: #65AB9B;
}
</style>