Shades of Keppel #4AB68B
Tints of Keppel #4AB68B
RGB
CMYK
RGB Variations
Color information
#4AB68B (or 0x4AB68B) is known color: Keppel. HEX triplet: 4A, B6 and 8B. RGB value is (74,182,139). Sum of RGB (Red+Green+Blue) = 74+182+139=395 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.73% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB68B is #B54974. Grayscale: #909090. Windows color (decimal): -11880821 or 9156170. OLE color: 9156170.
HSL color Cylindrical-coordinate representation of color #4AB68B: hue angle of 156.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB68B is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 182 | 139 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.29 |
| HSL | 156.11º | 0.43% | 0.5% | - |
| HSV(B) | 156.11º | 0.59% | 0.71% | - |
| XYZ | 24.21 | 36.78 | 30.25 | - |
| YUV | 144.81 | 124.72 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 182 | 139 | 0.59 | 0 | 0.24 | 0.29 | 156.11 | 0.43 | 0.5 |
| Hex | 4A | B6 | 8B | 3B | 0 | 18 | 1D | 9C | 2B | 32 |
| Octal | 112 | 266 | 213 | 73 | 0 | 30 | 35 | 234 | 53 | 62 |
| Binary | 1001010 | 10110110 | 10001011 | 111011 | 0 | 11000 | 11101 | 10011100 | 101011 | 110010 |
Color Harmonies of #4AB68B
Complementary color
Monochromatic Colors of #4AB68B
Black with #4AB68B
Text Example
Text Example
White with #4AB68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB68B; }
p { color: rgb(74,182,139); }
H1.HeaderClassName
{
color: #4AB68B;
}
.AnyTagClassName
{
color: #4AB68B;
}
</style>
background-color css
<style>
a { background-color: #4AB68B; }
a { background-color: rgb(74,182,139); }
div.DivClassName
{
background-color: #4AB68B;
}
.BgClassName
{
background-color: #4AB68B;
}
</style>
border-color css
<style>
span { border-color: #4AB68B; }
span { border-color: rgb(74,182,139); }
td.TdClassName
{
border-color: #4AB68B;
}
.TagClassName
{
border-color: #4AB68B;
}
</style>