Shades of Keppel #65AA9B
Tints of Keppel #65AA9B
RGB
CMYK
RGB Variations
Color information
#65AA9B (or 0x65AA9B) is known color: Keppel. HEX triplet: 65, AA and 9B. RGB value is (101,170,155). Sum of RGB (Red+Green+Blue) = 101+170+155=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AA9B is #9A5564. Grayscale: #939393. Windows color (decimal): -10114405 or 10201701. OLE color: 10201701.
HSL color Cylindrical-coordinate representation of color #65AA9B: hue angle of 166.96º 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 #65AA9B is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 170 | 155 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.33 |
| HSL | 166.96º | 0.29% | 0.53% | - |
| HSV(B) | 166.96º | 0.41% | 0.67% | - |
| XYZ | 25.66 | 33.88 | 36.2 | - |
| YUV | 147.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 155 | 0.41 | 0 | 0.09 | 0.33 | 166.96 | 0.29 | 0.53 |
| Hex | 65 | AA | 9B | 29 | 0 | 9 | 21 | A7 | 1D | 35 |
| Octal | 145 | 252 | 233 | 51 | 0 | 11 | 41 | 247 | 35 | 65 |
| Binary | 1100101 | 10101010 | 10011011 | 101001 | 0 | 1001 | 100001 | 10100111 | 11101 | 110101 |
Color Harmonies of #65AA9B
Complementary color
Monochromatic Colors of #65AA9B
Black with #65AA9B
Text Example
Text Example
White with #65AA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AA9B; }
p { color: rgb(101,170,155); }
H1.HeaderClassName
{
color: #65AA9B;
}
.AnyTagClassName
{
color: #65AA9B;
}
</style>
background-color css
<style>
a { background-color: #65AA9B; }
a { background-color: rgb(101,170,155); }
div.DivClassName
{
background-color: #65AA9B;
}
.BgClassName
{
background-color: #65AA9B;
}
</style>
border-color css
<style>
span { border-color: #65AA9B; }
span { border-color: rgb(101,170,155); }
td.TdClassName
{
border-color: #65AA9B;
}
.TagClassName
{
border-color: #65AA9B;
}
</style>