Shades of Keppel #4DAC93
Tints of Keppel #4DAC93
RGB
CMYK
RGB Variations
Color information
#4DAC93 (or 0x4DAC93) is known color: Keppel. HEX triplet: 4D, AC and 93. RGB value is (77,172,147). Sum of RGB (Red+Green+Blue) = 77+172+147=396 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.44% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAC93 is #B2536C. Grayscale: #8C8C8C. Windows color (decimal): -11686765 or 9677901. OLE color: 9677901.
HSL color Cylindrical-coordinate representation of color #4DAC93: hue angle of 164.21º 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 #4DAC93 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 147 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.33 |
| HSL | 164.21º | 0.38% | 0.49% | - |
| HSV(B) | 164.21º | 0.55% | 0.67% | - |
| XYZ | 23.08 | 33.19 | 32.79 | - |
| YUV | 140.75 | 131.53 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 147 | 0.55 | 0 | 0.15 | 0.33 | 164.21 | 0.38 | 0.49 |
| Hex | 4D | AC | 93 | 37 | 0 | F | 21 | A4 | 26 | 31 |
| Octal | 115 | 254 | 223 | 67 | 0 | 17 | 41 | 244 | 46 | 61 |
| Binary | 1001101 | 10101100 | 10010011 | 110111 | 0 | 1111 | 100001 | 10100100 | 100110 | 110001 |
Color Harmonies of #4DAC93
Complementary color
Monochromatic Colors of #4DAC93
Black with #4DAC93
Text Example
Text Example
White with #4DAC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC93; }
p { color: rgb(77,172,147); }
H1.HeaderClassName
{
color: #4DAC93;
}
.AnyTagClassName
{
color: #4DAC93;
}
</style>
background-color css
<style>
a { background-color: #4DAC93; }
a { background-color: rgb(77,172,147); }
div.DivClassName
{
background-color: #4DAC93;
}
.BgClassName
{
background-color: #4DAC93;
}
</style>
border-color css
<style>
span { border-color: #4DAC93; }
span { border-color: rgb(77,172,147); }
td.TdClassName
{
border-color: #4DAC93;
}
.TagClassName
{
border-color: #4DAC93;
}
</style>