Shades of Keppel #65C19F
Tints of Keppel #65C19F
RGB
CMYK
RGB Variations
Color information
#65C19F (or 0x65C19F) is known color: Keppel. HEX triplet: 65, C1 and 9F. RGB value is (101,193,159). Sum of RGB (Red+Green+Blue) = 101+193+159=453 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.30% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #65C19F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C19F is #9A3E60. Grayscale: #A1A1A1. Windows color (decimal): -10108513 or 10469733. OLE color: 10469733.
HSL color Cylindrical-coordinate representation of color #65C19F: hue angle of 157.83º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C19F is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 193 | 159 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.24 |
| HSL | 157.83º | 0.43% | 0.58% | - |
| HSV(B) | 157.83º | 0.48% | 0.76% | - |
| XYZ | 30.69 | 43.41 | 39.56 | - |
| YUV | 161.62 | 126.52 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 193 | 159 | 0.48 | 0 | 0.18 | 0.24 | 157.83 | 0.43 | 0.58 |
| Hex | 65 | C1 | 9F | 30 | 0 | 12 | 18 | 9E | 2B | 3A |
| Octal | 145 | 301 | 237 | 60 | 0 | 22 | 30 | 236 | 53 | 72 |
| Binary | 1100101 | 11000001 | 10011111 | 110000 | 0 | 10010 | 11000 | 10011110 | 101011 | 111010 |
Color Harmonies of #65C19F
Complementary color
Monochromatic Colors of #65C19F
Black with #65C19F
Text Example
Text Example
White with #65C19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C19F; }
p { color: rgb(101,193,159); }
H1.HeaderClassName
{
color: #65C19F;
}
.AnyTagClassName
{
color: #65C19F;
}
</style>
background-color css
<style>
a { background-color: #65C19F; }
a { background-color: rgb(101,193,159); }
div.DivClassName
{
background-color: #65C19F;
}
.BgClassName
{
background-color: #65C19F;
}
</style>
border-color css
<style>
span { border-color: #65C19F; }
span { border-color: rgb(101,193,159); }
td.TdClassName
{
border-color: #65C19F;
}
.TagClassName
{
border-color: #65C19F;
}
</style>