Shades of Keppel #65B29C
Tints of Keppel #65B29C
RGB
CMYK
RGB Variations
Color information
#65B29C (or 0x65B29C) is known color: Keppel. HEX triplet: 65, B2 and 9C. RGB value is (101,178,156). Sum of RGB (Red+Green+Blue) = 101+178+156=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #65B29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B29C is #9A4D63. Grayscale: #989898. Windows color (decimal): -10112356 or 10269285. OLE color: 10269285.
HSL color Cylindrical-coordinate representation of color #65B29C: hue angle of 162.86º 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 #65B29C is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 178 | 156 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.30 |
| HSL | 162.86º | 0.33% | 0.55% | - |
| HSV(B) | 162.86º | 0.43% | 0.7% | - |
| XYZ | 27.29 | 37.01 | 37.16 | - |
| YUV | 152.47 | 129.99 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 178 | 156 | 0.43 | 0 | 0.12 | 0.30 | 162.86 | 0.33 | 0.55 |
| Hex | 65 | B2 | 9C | 2B | 0 | C | 1E | A3 | 21 | 37 |
| Octal | 145 | 262 | 234 | 53 | 0 | 14 | 36 | 243 | 41 | 67 |
| Binary | 1100101 | 10110010 | 10011100 | 101011 | 0 | 1100 | 11110 | 10100011 | 100001 | 110111 |
Color Harmonies of #65B29C
Complementary color
Monochromatic Colors of #65B29C
Black with #65B29C
Text Example
Text Example
White with #65B29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B29C; }
p { color: rgb(101,178,156); }
H1.HeaderClassName
{
color: #65B29C;
}
.AnyTagClassName
{
color: #65B29C;
}
</style>
background-color css
<style>
a { background-color: #65B29C; }
a { background-color: rgb(101,178,156); }
div.DivClassName
{
background-color: #65B29C;
}
.BgClassName
{
background-color: #65B29C;
}
</style>
border-color css
<style>
span { border-color: #65B29C; }
span { border-color: rgb(101,178,156); }
td.TdClassName
{
border-color: #65B29C;
}
.TagClassName
{
border-color: #65B29C;
}
</style>