Shades of Keppel #4DAC91
Tints of Keppel #4DAC91
RGB
CMYK
RGB Variations
Color information
#4DAC91 (or 0x4DAC91) is known color: Keppel. HEX triplet: 4D, AC and 91. RGB value is (77,172,145). Sum of RGB (Red+Green+Blue) = 77+172+145=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAC91 is #B2536E. Grayscale: #8C8C8C. Windows color (decimal): -11686767 or 9546829. OLE color: 9546829.
HSL color Cylindrical-coordinate representation of color #4DAC91: hue angle of 162.95º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAC91 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 145 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.33 |
| HSL | 162.95º | 0.38% | 0.49% | - |
| HSV(B) | 162.95º | 0.55% | 0.67% | - |
| XYZ | 22.92 | 33.13 | 31.97 | - |
| YUV | 140.52 | 130.53 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 145 | 0.55 | 0 | 0.16 | 0.33 | 162.95 | 0.38 | 0.49 |
| Hex | 4D | AC | 91 | 37 | 0 | 10 | 21 | A3 | 26 | 31 |
| Octal | 115 | 254 | 221 | 67 | 0 | 20 | 41 | 243 | 46 | 61 |
| Binary | 1001101 | 10101100 | 10010001 | 110111 | 0 | 10000 | 100001 | 10100011 | 100110 | 110001 |
Color Harmonies of #4DAC91
Complementary color
Monochromatic Colors of #4DAC91
Black with #4DAC91
Text Example
Text Example
White with #4DAC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC91; }
p { color: rgb(77,172,145); }
H1.HeaderClassName
{
color: #4DAC91;
}
.AnyTagClassName
{
color: #4DAC91;
}
</style>
background-color css
<style>
a { background-color: #4DAC91; }
a { background-color: rgb(77,172,145); }
div.DivClassName
{
background-color: #4DAC91;
}
.BgClassName
{
background-color: #4DAC91;
}
</style>
border-color css
<style>
span { border-color: #4DAC91; }
span { border-color: rgb(77,172,145); }
td.TdClassName
{
border-color: #4DAC91;
}
.TagClassName
{
border-color: #4DAC91;
}
</style>