Shades of Keppel #4DAD96
Tints of Keppel #4DAD96
RGB
CMYK
RGB Variations
Color information
#4DAD96 (or 0x4DAD96) is known color: Keppel. HEX triplet: 4D, AD and 96. RGB value is (77,173,150). Sum of RGB (Red+Green+Blue) = 77+173+150=400 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.25% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAD96 is #B25269. Grayscale: #8D8D8D. Windows color (decimal): -11686506 or 9874765. OLE color: 9874765.
HSL color Cylindrical-coordinate representation of color #4DAD96: hue angle of 165.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD96 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 150 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.32 |
| HSL | 165.63º | 0.38% | 0.49% | - |
| HSV(B) | 165.63º | 0.55% | 0.68% | - |
| XYZ | 23.51 | 33.67 | 34.11 | - |
| YUV | 141.67 | 132.7 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 150 | 0.55 | 0 | 0.13 | 0.32 | 165.63 | 0.38 | 0.49 |
| Hex | 4D | AD | 96 | 37 | 0 | D | 20 | A6 | 26 | 31 |
| Octal | 115 | 255 | 226 | 67 | 0 | 15 | 40 | 246 | 46 | 61 |
| Binary | 1001101 | 10101101 | 10010110 | 110111 | 0 | 1101 | 100000 | 10100110 | 100110 | 110001 |
Color Harmonies of #4DAD96
Complementary color
Monochromatic Colors of #4DAD96
Black with #4DAD96
Text Example
Text Example
White with #4DAD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD96; }
p { color: rgb(77,173,150); }
H1.HeaderClassName
{
color: #4DAD96;
}
.AnyTagClassName
{
color: #4DAD96;
}
</style>
background-color css
<style>
a { background-color: #4DAD96; }
a { background-color: rgb(77,173,150); }
div.DivClassName
{
background-color: #4DAD96;
}
.BgClassName
{
background-color: #4DAD96;
}
</style>
border-color css
<style>
span { border-color: #4DAD96; }
span { border-color: rgb(77,173,150); }
td.TdClassName
{
border-color: #4DAD96;
}
.TagClassName
{
border-color: #4DAD96;
}
</style>