Shades of Keppel #65B19C
Tints of Keppel #65B19C
RGB
CMYK
RGB Variations
Color information
#65B19C (or 0x65B19C) is known color: Keppel. HEX triplet: 65, B1 and 9C. RGB value is (101,177,156). Sum of RGB (Red+Green+Blue) = 101+177+156=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 177 - color contains mainly: green. Hex color #65B19C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B19C is #9A4E63. Grayscale: #979797. Windows color (decimal): -10112612 or 10269029. OLE color: 10269029.
HSL color Cylindrical-coordinate representation of color #65B19C: hue angle of 163.42º 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 #65B19C is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 177 | 156 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.31 |
| HSL | 163.42º | 0.33% | 0.55% | - |
| HSV(B) | 163.42º | 0.43% | 0.69% | - |
| XYZ | 27.09 | 36.61 | 37.09 | - |
| YUV | 151.88 | 130.32 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 177 | 156 | 0.43 | 0 | 0.12 | 0.31 | 163.42 | 0.33 | 0.55 |
| Hex | 65 | B1 | 9C | 2B | 0 | C | 1F | A3 | 21 | 37 |
| Octal | 145 | 261 | 234 | 53 | 0 | 14 | 37 | 243 | 41 | 67 |
| Binary | 1100101 | 10110001 | 10011100 | 101011 | 0 | 1100 | 11111 | 10100011 | 100001 | 110111 |
Color Harmonies of #65B19C
Complementary color
Monochromatic Colors of #65B19C
Black with #65B19C
Text Example
Text Example
White with #65B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B19C; }
p { color: rgb(101,177,156); }
H1.HeaderClassName
{
color: #65B19C;
}
.AnyTagClassName
{
color: #65B19C;
}
</style>
background-color css
<style>
a { background-color: #65B19C; }
a { background-color: rgb(101,177,156); }
div.DivClassName
{
background-color: #65B19C;
}
.BgClassName
{
background-color: #65B19C;
}
</style>
border-color css
<style>
span { border-color: #65B19C; }
span { border-color: rgb(101,177,156); }
td.TdClassName
{
border-color: #65B19C;
}
.TagClassName
{
border-color: #65B19C;
}
</style>