Shades of Keppel #4AB28C
Tints of Keppel #4AB28C
RGB
CMYK
RGB Variations
Color information
#4AB28C (or 0x4AB28C) is known color: Keppel. HEX triplet: 4A, B2 and 8C. RGB value is (74,178,140). Sum of RGB (Red+Green+Blue) = 74+178+140=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB28C is #B54D73. Grayscale: #8E8E8E. Windows color (decimal): -11881844 or 9220682. OLE color: 9220682.
HSL color Cylindrical-coordinate representation of color #4AB28C: hue angle of 158.08º 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 #4AB28C is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 178 | 140 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.30 |
| HSL | 158.08º | 0.41% | 0.49% | - |
| HSV(B) | 158.08º | 0.58% | 0.7% | - |
| XYZ | 23.48 | 35.19 | 30.37 | - |
| YUV | 142.57 | 126.54 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 140 | 0.58 | 0 | 0.21 | 0.30 | 158.08 | 0.41 | 0.49 |
| Hex | 4A | B2 | 8C | 3A | 0 | 15 | 1E | 9E | 29 | 31 |
| Octal | 112 | 262 | 214 | 72 | 0 | 25 | 36 | 236 | 51 | 61 |
| Binary | 1001010 | 10110010 | 10001100 | 111010 | 0 | 10101 | 11110 | 10011110 | 101001 | 110001 |
Color Harmonies of #4AB28C
Complementary color
Monochromatic Colors of #4AB28C
Black with #4AB28C
Text Example
Text Example
White with #4AB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB28C; }
p { color: rgb(74,178,140); }
H1.HeaderClassName
{
color: #4AB28C;
}
.AnyTagClassName
{
color: #4AB28C;
}
</style>
background-color css
<style>
a { background-color: #4AB28C; }
a { background-color: rgb(74,178,140); }
div.DivClassName
{
background-color: #4AB28C;
}
.BgClassName
{
background-color: #4AB28C;
}
</style>
border-color css
<style>
span { border-color: #4AB28C; }
span { border-color: rgb(74,178,140); }
td.TdClassName
{
border-color: #4AB28C;
}
.TagClassName
{
border-color: #4AB28C;
}
</style>