Shades of Keppel #4DAE8E
Tints of Keppel #4DAE8E
RGB
CMYK
RGB Variations
Color information
#4DAE8E (or 0x4DAE8E) is known color: Keppel. HEX triplet: 4D, AE and 8E. RGB value is (77,174,142). Sum of RGB (Red+Green+Blue) = 77+174+142=393 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.59% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAE8E is #B25171. Grayscale: #8D8D8D. Windows color (decimal): -11686258 or 9350733. OLE color: 9350733.
HSL color Cylindrical-coordinate representation of color #4DAE8E: hue angle of 160.21º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAE8E is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 142 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.32 |
| HSL | 160.21º | 0.39% | 0.49% | - |
| HSV(B) | 160.21º | 0.56% | 0.68% | - |
| XYZ | 23.08 | 33.8 | 30.9 | - |
| YUV | 141.35 | 128.36 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 142 | 0.56 | 0 | 0.18 | 0.32 | 160.21 | 0.39 | 0.49 |
| Hex | 4D | AE | 8E | 38 | 0 | 12 | 20 | A0 | 27 | 31 |
| Octal | 115 | 256 | 216 | 70 | 0 | 22 | 40 | 240 | 47 | 61 |
| Binary | 1001101 | 10101110 | 10001110 | 111000 | 0 | 10010 | 100000 | 10100000 | 100111 | 110001 |
Color Harmonies of #4DAE8E
Complementary color
Monochromatic Colors of #4DAE8E
Black with #4DAE8E
Text Example
Text Example
White with #4DAE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAE8E; }
p { color: rgb(77,174,142); }
H1.HeaderClassName
{
color: #4DAE8E;
}
.AnyTagClassName
{
color: #4DAE8E;
}
</style>
background-color css
<style>
a { background-color: #4DAE8E; }
a { background-color: rgb(77,174,142); }
div.DivClassName
{
background-color: #4DAE8E;
}
.BgClassName
{
background-color: #4DAE8E;
}
</style>
border-color css
<style>
span { border-color: #4DAE8E; }
span { border-color: rgb(77,174,142); }
td.TdClassName
{
border-color: #4DAE8E;
}
.TagClassName
{
border-color: #4DAE8E;
}
</style>