Shades of Keppel #4DAD90
Tints of Keppel #4DAD90
RGB
CMYK
RGB Variations
Color information
#4DAD90 (or 0x4DAD90) is known color: Keppel. HEX triplet: 4D, AD and 90. RGB value is (77,173,144). Sum of RGB (Red+Green+Blue) = 77+173+144=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAD90 is #B2526F. Grayscale: #8D8D8D. Windows color (decimal): -11686512 or 9481549. OLE color: 9481549.
HSL color Cylindrical-coordinate representation of color #4DAD90: hue angle of 161.88º 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 #4DAD90 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 144 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.32 |
| HSL | 161.88º | 0.38% | 0.49% | - |
| HSV(B) | 161.88º | 0.55% | 0.68% | - |
| XYZ | 23.04 | 33.48 | 31.63 | - |
| YUV | 140.99 | 129.7 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 144 | 0.55 | 0 | 0.17 | 0.32 | 161.88 | 0.38 | 0.49 |
| Hex | 4D | AD | 90 | 37 | 0 | 11 | 20 | A2 | 26 | 31 |
| Octal | 115 | 255 | 220 | 67 | 0 | 21 | 40 | 242 | 46 | 61 |
| Binary | 1001101 | 10101101 | 10010000 | 110111 | 0 | 10001 | 100000 | 10100010 | 100110 | 110001 |
Color Harmonies of #4DAD90
Complementary color
Monochromatic Colors of #4DAD90
Black with #4DAD90
Text Example
Text Example
White with #4DAD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD90; }
p { color: rgb(77,173,144); }
H1.HeaderClassName
{
color: #4DAD90;
}
.AnyTagClassName
{
color: #4DAD90;
}
</style>
background-color css
<style>
a { background-color: #4DAD90; }
a { background-color: rgb(77,173,144); }
div.DivClassName
{
background-color: #4DAD90;
}
.BgClassName
{
background-color: #4DAD90;
}
</style>
border-color css
<style>
span { border-color: #4DAD90; }
span { border-color: rgb(77,173,144); }
td.TdClassName
{
border-color: #4DAD90;
}
.TagClassName
{
border-color: #4DAD90;
}
</style>