Shades of Keppel #4AB28D
Tints of Keppel #4AB28D
RGB
CMYK
RGB Variations
Color information
#4AB28D (or 0x4AB28D) is known color: Keppel. HEX triplet: 4A, B2 and 8D. RGB value is (74,178,141). Sum of RGB (Red+Green+Blue) = 74+178+141=393 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.83% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB28D is #B54D72. Grayscale: #8E8E8E. Windows color (decimal): -11881843 or 9286218. OLE color: 9286218.
HSL color Cylindrical-coordinate representation of color #4AB28D: hue angle of 158.65º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB28D is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 178 | 141 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.30 |
| HSL | 158.65º | 0.41% | 0.49% | - |
| HSV(B) | 158.65º | 0.58% | 0.7% | - |
| XYZ | 23.55 | 35.22 | 30.76 | - |
| YUV | 142.69 | 127.04 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 141 | 0.58 | 0 | 0.21 | 0.30 | 158.65 | 0.41 | 0.49 |
| Hex | 4A | B2 | 8D | 3A | 0 | 15 | 1E | 9F | 29 | 31 |
| Octal | 112 | 262 | 215 | 72 | 0 | 25 | 36 | 237 | 51 | 61 |
| Binary | 1001010 | 10110010 | 10001101 | 111010 | 0 | 10101 | 11110 | 10011111 | 101001 | 110001 |
Color Harmonies of #4AB28D
Complementary color
Monochromatic Colors of #4AB28D
Black with #4AB28D
Text Example
Text Example
White with #4AB28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB28D; }
p { color: rgb(74,178,141); }
H1.HeaderClassName
{
color: #4AB28D;
}
.AnyTagClassName
{
color: #4AB28D;
}
</style>
background-color css
<style>
a { background-color: #4AB28D; }
a { background-color: rgb(74,178,141); }
div.DivClassName
{
background-color: #4AB28D;
}
.BgClassName
{
background-color: #4AB28D;
}
</style>
border-color css
<style>
span { border-color: #4AB28D; }
span { border-color: rgb(74,178,141); }
td.TdClassName
{
border-color: #4AB28D;
}
.TagClassName
{
border-color: #4AB28D;
}
</style>