Shades of Keppel #4AB78F
Tints of Keppel #4AB78F
RGB
CMYK
RGB Variations
Color information
#4AB78F (or 0x4AB78F) is known color: Keppel. HEX triplet: 4A, B7 and 8F. RGB value is (74,183,143). Sum of RGB (Red+Green+Blue) = 74+183+143=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB78F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB78F is #B54870. Grayscale: #919191. Windows color (decimal): -11880561 or 9418570. OLE color: 9418570.
HSL color Cylindrical-coordinate representation of color #4AB78F: hue angle of 157.98º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB78F is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 183 | 143 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.28 |
| HSL | 157.98º | 0.43% | 0.5% | - |
| HSV(B) | 157.98º | 0.6% | 0.72% | - |
| XYZ | 24.72 | 37.31 | 31.88 | - |
| YUV | 145.85 | 126.39 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 183 | 143 | 0.60 | 0 | 0.22 | 0.28 | 157.98 | 0.43 | 0.5 |
| Hex | 4A | B7 | 8F | 3C | 0 | 16 | 1C | 9E | 2B | 32 |
| Octal | 112 | 267 | 217 | 74 | 0 | 26 | 34 | 236 | 53 | 62 |
| Binary | 1001010 | 10110111 | 10001111 | 111100 | 0 | 10110 | 11100 | 10011110 | 101011 | 110010 |
Color Harmonies of #4AB78F
Complementary color
Monochromatic Colors of #4AB78F
Black with #4AB78F
Text Example
Text Example
White with #4AB78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB78F; }
p { color: rgb(74,183,143); }
H1.HeaderClassName
{
color: #4AB78F;
}
.AnyTagClassName
{
color: #4AB78F;
}
</style>
background-color css
<style>
a { background-color: #4AB78F; }
a { background-color: rgb(74,183,143); }
div.DivClassName
{
background-color: #4AB78F;
}
.BgClassName
{
background-color: #4AB78F;
}
</style>
border-color css
<style>
span { border-color: #4AB78F; }
span { border-color: rgb(74,183,143); }
td.TdClassName
{
border-color: #4AB78F;
}
.TagClassName
{
border-color: #4AB78F;
}
</style>