Shades of Keppel #4AB68D
Tints of Keppel #4AB68D
RGB
CMYK
RGB Variations
Color information
#4AB68D (or 0x4AB68D) is known color: Keppel. HEX triplet: 4A, B6 and 8D. RGB value is (74,182,141). Sum of RGB (Red+Green+Blue) = 74+182+141=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB68D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB68D is #B54972. Grayscale: #919191. Windows color (decimal): -11880819 or 9287242. OLE color: 9287242.
HSL color Cylindrical-coordinate representation of color #4AB68D: hue angle of 157.22º 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 #4AB68D is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 182 | 141 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.29 |
| HSL | 157.22º | 0.43% | 0.5% | - |
| HSV(B) | 157.22º | 0.59% | 0.71% | - |
| XYZ | 24.36 | 36.83 | 31.03 | - |
| YUV | 145.03 | 125.72 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 182 | 141 | 0.59 | 0 | 0.23 | 0.29 | 157.22 | 0.43 | 0.5 |
| Hex | 4A | B6 | 8D | 3B | 0 | 17 | 1D | 9D | 2B | 32 |
| Octal | 112 | 266 | 215 | 73 | 0 | 27 | 35 | 235 | 53 | 62 |
| Binary | 1001010 | 10110110 | 10001101 | 111011 | 0 | 10111 | 11101 | 10011101 | 101011 | 110010 |
Color Harmonies of #4AB68D
Complementary color
Monochromatic Colors of #4AB68D
Black with #4AB68D
Text Example
Text Example
White with #4AB68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB68D; }
p { color: rgb(74,182,141); }
H1.HeaderClassName
{
color: #4AB68D;
}
.AnyTagClassName
{
color: #4AB68D;
}
</style>
background-color css
<style>
a { background-color: #4AB68D; }
a { background-color: rgb(74,182,141); }
div.DivClassName
{
background-color: #4AB68D;
}
.BgClassName
{
background-color: #4AB68D;
}
</style>
border-color css
<style>
span { border-color: #4AB68D; }
span { border-color: rgb(74,182,141); }
td.TdClassName
{
border-color: #4AB68D;
}
.TagClassName
{
border-color: #4AB68D;
}
</style>