Shades of Keppel #4AB28F
Tints of Keppel #4AB28F
RGB
CMYK
RGB Variations
Color information
#4AB28F (or 0x4AB28F) is known color: Keppel. HEX triplet: 4A, B2 and 8F. RGB value is (74,178,143). Sum of RGB (Red+Green+Blue) = 74+178+143=395 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.73% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB28F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB28F is #B54D70. Grayscale: #8E8E8E. Windows color (decimal): -11881841 or 9417290. OLE color: 9417290.
HSL color Cylindrical-coordinate representation of color #4AB28F: hue angle of 159.81º 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 #4AB28F is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 178 | 143 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.30 |
| HSL | 159.81º | 0.41% | 0.49% | - |
| HSV(B) | 159.81º | 0.58% | 0.7% | - |
| XYZ | 23.7 | 35.28 | 31.55 | - |
| YUV | 142.91 | 128.04 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 143 | 0.58 | 0 | 0.20 | 0.30 | 159.81 | 0.41 | 0.49 |
| Hex | 4A | B2 | 8F | 3A | 0 | 14 | 1E | A0 | 29 | 31 |
| Octal | 112 | 262 | 217 | 72 | 0 | 24 | 36 | 240 | 51 | 61 |
| Binary | 1001010 | 10110010 | 10001111 | 111010 | 0 | 10100 | 11110 | 10100000 | 101001 | 110001 |
Color Harmonies of #4AB28F
Complementary color
Monochromatic Colors of #4AB28F
Black with #4AB28F
Text Example
Text Example
White with #4AB28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB28F; }
p { color: rgb(74,178,143); }
H1.HeaderClassName
{
color: #4AB28F;
}
.AnyTagClassName
{
color: #4AB28F;
}
</style>
background-color css
<style>
a { background-color: #4AB28F; }
a { background-color: rgb(74,178,143); }
div.DivClassName
{
background-color: #4AB28F;
}
.BgClassName
{
background-color: #4AB28F;
}
</style>
border-color css
<style>
span { border-color: #4AB28F; }
span { border-color: rgb(74,178,143); }
td.TdClassName
{
border-color: #4AB28F;
}
.TagClassName
{
border-color: #4AB28F;
}
</style>