Shades of Keppel #65B29A
Tints of Keppel #65B29A
RGB
CMYK
RGB Variations
Color information
#65B29A (or 0x65B29A) is known color: Keppel. HEX triplet: 65, B2 and 9A. RGB value is (101,178,154). Sum of RGB (Red+Green+Blue) = 101+178+154=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 178 - color contains mainly: green. Hex color #65B29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B29A is #9A4D65. Grayscale: #989898. Windows color (decimal): -10112358 or 10138213. OLE color: 10138213.
HSL color Cylindrical-coordinate representation of color #65B29A: hue angle of 161.3º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B29A is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 178 | 154 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.30 |
| HSL | 161.3º | 0.33% | 0.55% | - |
| HSV(B) | 161.3º | 0.43% | 0.7% | - |
| XYZ | 27.12 | 36.94 | 36.27 | - |
| YUV | 152.24 | 128.99 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 178 | 154 | 0.43 | 0 | 0.13 | 0.30 | 161.3 | 0.33 | 0.55 |
| Hex | 65 | B2 | 9A | 2B | 0 | D | 1E | A1 | 21 | 37 |
| Octal | 145 | 262 | 232 | 53 | 0 | 15 | 36 | 241 | 41 | 67 |
| Binary | 1100101 | 10110010 | 10011010 | 101011 | 0 | 1101 | 11110 | 10100001 | 100001 | 110111 |
Color Harmonies of #65B29A
Complementary color
Monochromatic Colors of #65B29A
Black with #65B29A
Text Example
Text Example
White with #65B29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B29A; }
p { color: rgb(101,178,154); }
H1.HeaderClassName
{
color: #65B29A;
}
.AnyTagClassName
{
color: #65B29A;
}
</style>
background-color css
<style>
a { background-color: #65B29A; }
a { background-color: rgb(101,178,154); }
div.DivClassName
{
background-color: #65B29A;
}
.BgClassName
{
background-color: #65B29A;
}
</style>
border-color css
<style>
span { border-color: #65B29A; }
span { border-color: rgb(101,178,154); }
td.TdClassName
{
border-color: #65B29A;
}
.TagClassName
{
border-color: #65B29A;
}
</style>