Shades of Keppel #4AB38B
Tints of Keppel #4AB38B
RGB
CMYK
RGB Variations
Color information
#4AB38B (or 0x4AB38B) is known color: Keppel. HEX triplet: 4A, B3 and 8B. RGB value is (74,179,139). Sum of RGB (Red+Green+Blue) = 74+179+139=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB38B is #B54C74. Grayscale: #8F8F8F. Windows color (decimal): -11881589 or 9155402. OLE color: 9155402.
HSL color Cylindrical-coordinate representation of color #4AB38B: hue angle of 157.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB38B is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 139 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.30 |
| HSL | 157.14º | 0.42% | 0.5% | - |
| HSV(B) | 157.14º | 0.59% | 0.7% | - |
| XYZ | 23.6 | 35.56 | 30.05 | - |
| YUV | 143.05 | 125.71 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 139 | 0.59 | 0 | 0.22 | 0.30 | 157.14 | 0.42 | 0.5 |
| Hex | 4A | B3 | 8B | 3B | 0 | 16 | 1E | 9D | 2A | 32 |
| Octal | 112 | 263 | 213 | 73 | 0 | 26 | 36 | 235 | 52 | 62 |
| Binary | 1001010 | 10110011 | 10001011 | 111011 | 0 | 10110 | 11110 | 10011101 | 101010 | 110010 |
Color Harmonies of #4AB38B
Complementary color
Monochromatic Colors of #4AB38B
Black with #4AB38B
Text Example
Text Example
White with #4AB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB38B; }
p { color: rgb(74,179,139); }
H1.HeaderClassName
{
color: #4AB38B;
}
.AnyTagClassName
{
color: #4AB38B;
}
</style>
background-color css
<style>
a { background-color: #4AB38B; }
a { background-color: rgb(74,179,139); }
div.DivClassName
{
background-color: #4AB38B;
}
.BgClassName
{
background-color: #4AB38B;
}
</style>
border-color css
<style>
span { border-color: #4AB38B; }
span { border-color: rgb(74,179,139); }
td.TdClassName
{
border-color: #4AB38B;
}
.TagClassName
{
border-color: #4AB38B;
}
</style>