Shades of Keppel #65AB9A
Tints of Keppel #65AB9A
RGB
CMYK
RGB Variations
Color information
#65AB9A (or 0x65AB9A) is known color: Keppel. HEX triplet: 65, AB and 9A. RGB value is (101,171,154). Sum of RGB (Red+Green+Blue) = 101+171+154=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AB9A is #9A5465. Grayscale: #949494. Windows color (decimal): -10114150 or 10136421. OLE color: 10136421.
HSL color Cylindrical-coordinate representation of color #65AB9A: hue angle of 165.43º 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 #65AB9A is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 171 | 154 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.33 |
| HSL | 165.43º | 0.29% | 0.53% | - |
| HSV(B) | 165.43º | 0.41% | 0.67% | - |
| XYZ | 25.76 | 34.23 | 35.82 | - |
| YUV | 148.13 | 131.31 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 154 | 0.41 | 0 | 0.10 | 0.33 | 165.43 | 0.29 | 0.53 |
| Hex | 65 | AB | 9A | 29 | 0 | A | 21 | A5 | 1D | 35 |
| Octal | 145 | 253 | 232 | 51 | 0 | 12 | 41 | 245 | 35 | 65 |
| Binary | 1100101 | 10101011 | 10011010 | 101001 | 0 | 1010 | 100001 | 10100101 | 11101 | 110101 |
Color Harmonies of #65AB9A
Complementary color
Monochromatic Colors of #65AB9A
Black with #65AB9A
Text Example
Text Example
White with #65AB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AB9A; }
p { color: rgb(101,171,154); }
H1.HeaderClassName
{
color: #65AB9A;
}
.AnyTagClassName
{
color: #65AB9A;
}
</style>
background-color css
<style>
a { background-color: #65AB9A; }
a { background-color: rgb(101,171,154); }
div.DivClassName
{
background-color: #65AB9A;
}
.BgClassName
{
background-color: #65AB9A;
}
</style>
border-color css
<style>
span { border-color: #65AB9A; }
span { border-color: rgb(101,171,154); }
td.TdClassName
{
border-color: #65AB9A;
}
.TagClassName
{
border-color: #65AB9A;
}
</style>