Shades of Keppel #4DAD91
Tints of Keppel #4DAD91
RGB
CMYK
RGB Variations
Color information
#4DAD91 (or 0x4DAD91) is known color: Keppel. HEX triplet: 4D, AD and 91. RGB value is (77,173,145). Sum of RGB (Red+Green+Blue) = 77+173+145=395 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.49% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAD91 is #B2526E. Grayscale: #8D8D8D. Windows color (decimal): -11686511 or 9547085. OLE color: 9547085.
HSL color Cylindrical-coordinate representation of color #4DAD91: hue angle of 162.5º 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 #4DAD91 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 145 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.32 |
| HSL | 162.5º | 0.38% | 0.49% | - |
| HSV(B) | 162.5º | 0.55% | 0.68% | - |
| XYZ | 23.11 | 33.51 | 32.04 | - |
| YUV | 141.1 | 130.2 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 145 | 0.55 | 0 | 0.16 | 0.32 | 162.5 | 0.38 | 0.49 |
| Hex | 4D | AD | 91 | 37 | 0 | 10 | 20 | A2 | 26 | 31 |
| Octal | 115 | 255 | 221 | 67 | 0 | 20 | 40 | 242 | 46 | 61 |
| Binary | 1001101 | 10101101 | 10010001 | 110111 | 0 | 10000 | 100000 | 10100010 | 100110 | 110001 |
Color Harmonies of #4DAD91
Complementary color
Monochromatic Colors of #4DAD91
Black with #4DAD91
Text Example
Text Example
White with #4DAD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD91; }
p { color: rgb(77,173,145); }
H1.HeaderClassName
{
color: #4DAD91;
}
.AnyTagClassName
{
color: #4DAD91;
}
</style>
background-color css
<style>
a { background-color: #4DAD91; }
a { background-color: rgb(77,173,145); }
div.DivClassName
{
background-color: #4DAD91;
}
.BgClassName
{
background-color: #4DAD91;
}
</style>
border-color css
<style>
span { border-color: #4DAD91; }
span { border-color: rgb(77,173,145); }
td.TdClassName
{
border-color: #4DAD91;
}
.TagClassName
{
border-color: #4DAD91;
}
</style>