Shades of Keppel #65B19B
Tints of Keppel #65B19B
RGB
CMYK
RGB Variations
Color information
#65B19B (or 0x65B19B) is known color: Keppel. HEX triplet: 65, B1 and 9B. RGB value is (101,177,155). Sum of RGB (Red+Green+Blue) = 101+177+155=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 177 - color contains mainly: green. Hex color #65B19B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B19B is #9A4E64. Grayscale: #979797. Windows color (decimal): -10112613 or 10203493. OLE color: 10203493.
HSL color Cylindrical-coordinate representation of color #65B19B: hue angle of 162.63º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B19B is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 177 | 155 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.31 |
| HSL | 162.63º | 0.33% | 0.55% | - |
| HSV(B) | 162.63º | 0.43% | 0.69% | - |
| XYZ | 27.01 | 36.58 | 36.65 | - |
| YUV | 151.77 | 129.82 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 177 | 155 | 0.43 | 0 | 0.12 | 0.31 | 162.63 | 0.33 | 0.55 |
| Hex | 65 | B1 | 9B | 2B | 0 | C | 1F | A3 | 21 | 37 |
| Octal | 145 | 261 | 233 | 53 | 0 | 14 | 37 | 243 | 41 | 67 |
| Binary | 1100101 | 10110001 | 10011011 | 101011 | 0 | 1100 | 11111 | 10100011 | 100001 | 110111 |
Color Harmonies of #65B19B
Complementary color
Monochromatic Colors of #65B19B
Black with #65B19B
Text Example
Text Example
White with #65B19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B19B; }
p { color: rgb(101,177,155); }
H1.HeaderClassName
{
color: #65B19B;
}
.AnyTagClassName
{
color: #65B19B;
}
</style>
background-color css
<style>
a { background-color: #65B19B; }
a { background-color: rgb(101,177,155); }
div.DivClassName
{
background-color: #65B19B;
}
.BgClassName
{
background-color: #65B19B;
}
</style>
border-color css
<style>
span { border-color: #65B19B; }
span { border-color: rgb(101,177,155); }
td.TdClassName
{
border-color: #65B19B;
}
.TagClassName
{
border-color: #65B19B;
}
</style>