Shades of Keppel #65AB9C
Tints of Keppel #65AB9C
RGB
CMYK
RGB Variations
Color information
#65AB9C (or 0x65AB9C) is known color: Keppel. HEX triplet: 65, AB and 9C. RGB value is (101,171,156). Sum of RGB (Red+Green+Blue) = 101+171+156=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AB9C is #9A5463. Grayscale: #949494. Windows color (decimal): -10114148 or 10267493. OLE color: 10267493.
HSL color Cylindrical-coordinate representation of color #65AB9C: hue angle of 167.14º 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 #65AB9C is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 171 | 156 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.33 |
| HSL | 167.14º | 0.29% | 0.53% | - |
| HSV(B) | 167.14º | 0.41% | 0.67% | - |
| XYZ | 25.93 | 34.29 | 36.7 | - |
| YUV | 148.36 | 132.31 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 156 | 0.41 | 0 | 0.09 | 0.33 | 167.14 | 0.29 | 0.53 |
| Hex | 65 | AB | 9C | 29 | 0 | 9 | 21 | A7 | 1D | 35 |
| Octal | 145 | 253 | 234 | 51 | 0 | 11 | 41 | 247 | 35 | 65 |
| Binary | 1100101 | 10101011 | 10011100 | 101001 | 0 | 1001 | 100001 | 10100111 | 11101 | 110101 |
Color Harmonies of #65AB9C
Complementary color
Monochromatic Colors of #65AB9C
Black with #65AB9C
Text Example
Text Example
White with #65AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AB9C; }
p { color: rgb(101,171,156); }
H1.HeaderClassName
{
color: #65AB9C;
}
.AnyTagClassName
{
color: #65AB9C;
}
</style>
background-color css
<style>
a { background-color: #65AB9C; }
a { background-color: rgb(101,171,156); }
div.DivClassName
{
background-color: #65AB9C;
}
.BgClassName
{
background-color: #65AB9C;
}
</style>
border-color css
<style>
span { border-color: #65AB9C; }
span { border-color: rgb(101,171,156); }
td.TdClassName
{
border-color: #65AB9C;
}
.TagClassName
{
border-color: #65AB9C;
}
</style>