Shades of Keppel #4DAA91
Tints of Keppel #4DAA91
RGB
CMYK
RGB Variations
Color information
#4DAA91 (or 0x4DAA91) is known color: Keppel. HEX triplet: 4D, AA and 91. RGB value is (77,170,145). Sum of RGB (Red+Green+Blue) = 77+170+145=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAA91 is #B2556E. Grayscale: #8B8B8B. Windows color (decimal): -11687279 or 9546317. OLE color: 9546317.
HSL color Cylindrical-coordinate representation of color #4DAA91: hue angle of 163.87º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAA91 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 145 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.33 |
| HSL | 163.87º | 0.38% | 0.48% | - |
| HSV(B) | 163.87º | 0.55% | 0.67% | - |
| XYZ | 22.55 | 32.37 | 31.85 | - |
| YUV | 139.34 | 131.19 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 145 | 0.55 | 0 | 0.15 | 0.33 | 163.87 | 0.38 | 0.48 |
| Hex | 4D | AA | 91 | 37 | 0 | F | 21 | A4 | 26 | 30 |
| Octal | 115 | 252 | 221 | 67 | 0 | 17 | 41 | 244 | 46 | 60 |
| Binary | 1001101 | 10101010 | 10010001 | 110111 | 0 | 1111 | 100001 | 10100100 | 100110 | 110000 |
Color Harmonies of #4DAA91
Complementary color
Monochromatic Colors of #4DAA91
Black with #4DAA91
Text Example
Text Example
White with #4DAA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA91; }
p { color: rgb(77,170,145); }
H1.HeaderClassName
{
color: #4DAA91;
}
.AnyTagClassName
{
color: #4DAA91;
}
</style>
background-color css
<style>
a { background-color: #4DAA91; }
a { background-color: rgb(77,170,145); }
div.DivClassName
{
background-color: #4DAA91;
}
.BgClassName
{
background-color: #4DAA91;
}
</style>
border-color css
<style>
span { border-color: #4DAA91; }
span { border-color: rgb(77,170,145); }
td.TdClassName
{
border-color: #4DAA91;
}
.TagClassName
{
border-color: #4DAA91;
}
</style>