Shades of Keppel #65B09C
Tints of Keppel #65B09C
RGB
CMYK
RGB Variations
Color information
#65B09C (or 0x65B09C) is known color: Keppel. HEX triplet: 65, B0 and 9C. RGB value is (101,176,156). Sum of RGB (Red+Green+Blue) = 101+176+156=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #65B09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B09C is #9A4F63. Grayscale: #979797. Windows color (decimal): -10112868 or 10268773. OLE color: 10268773.
HSL color Cylindrical-coordinate representation of color #65B09C: hue angle of 164º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B09C is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 176 | 156 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.31 |
| HSL | 164º | 0.32% | 0.54% | - |
| HSV(B) | 164º | 0.43% | 0.69% | - |
| XYZ | 26.89 | 36.22 | 37.03 | - |
| YUV | 151.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 176 | 156 | 0.43 | 0 | 0.11 | 0.31 | 164 | 0.32 | 0.54 |
| Hex | 65 | B0 | 9C | 2B | 0 | B | 1F | A4 | 20 | 36 |
| Octal | 145 | 260 | 234 | 53 | 0 | 13 | 37 | 244 | 40 | 66 |
| Binary | 1100101 | 10110000 | 10011100 | 101011 | 0 | 1011 | 11111 | 10100100 | 100000 | 110110 |
Color Harmonies of #65B09C
Complementary color
Monochromatic Colors of #65B09C
Black with #65B09C
Text Example
Text Example
White with #65B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B09C; }
p { color: rgb(101,176,156); }
H1.HeaderClassName
{
color: #65B09C;
}
.AnyTagClassName
{
color: #65B09C;
}
</style>
background-color css
<style>
a { background-color: #65B09C; }
a { background-color: rgb(101,176,156); }
div.DivClassName
{
background-color: #65B09C;
}
.BgClassName
{
background-color: #65B09C;
}
</style>
border-color css
<style>
span { border-color: #65B09C; }
span { border-color: rgb(101,176,156); }
td.TdClassName
{
border-color: #65B09C;
}
.TagClassName
{
border-color: #65B09C;
}
</style>