Shades of Keppel #4AB88F
Tints of Keppel #4AB88F
RGB
CMYK
RGB Variations
Color information
#4AB88F (or 0x4AB88F) is known color: Keppel. HEX triplet: 4A, B8 and 8F. RGB value is (74,184,143). Sum of RGB (Red+Green+Blue) = 74+184+143=401 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.45% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB88F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB88F is #B54770. Grayscale: #929292. Windows color (decimal): -11880305 or 9418826. OLE color: 9418826.
HSL color Cylindrical-coordinate representation of color #4AB88F: hue angle of 157.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB88F is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 184 | 143 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.28 |
| HSL | 157.64º | 0.44% | 0.51% | - |
| HSV(B) | 157.64º | 0.6% | 0.72% | - |
| XYZ | 24.92 | 37.72 | 31.95 | - |
| YUV | 146.44 | 126.06 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 184 | 143 | 0.60 | 0 | 0.22 | 0.28 | 157.64 | 0.44 | 0.51 |
| Hex | 4A | B8 | 8F | 3C | 0 | 16 | 1C | 9E | 2C | 33 |
| Octal | 112 | 270 | 217 | 74 | 0 | 26 | 34 | 236 | 54 | 63 |
| Binary | 1001010 | 10111000 | 10001111 | 111100 | 0 | 10110 | 11100 | 10011110 | 101100 | 110011 |
Color Harmonies of #4AB88F
Complementary color
Monochromatic Colors of #4AB88F
Black with #4AB88F
Text Example
Text Example
White with #4AB88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB88F; }
p { color: rgb(74,184,143); }
H1.HeaderClassName
{
color: #4AB88F;
}
.AnyTagClassName
{
color: #4AB88F;
}
</style>
background-color css
<style>
a { background-color: #4AB88F; }
a { background-color: rgb(74,184,143); }
div.DivClassName
{
background-color: #4AB88F;
}
.BgClassName
{
background-color: #4AB88F;
}
</style>
border-color css
<style>
span { border-color: #4AB88F; }
span { border-color: rgb(74,184,143); }
td.TdClassName
{
border-color: #4AB88F;
}
.TagClassName
{
border-color: #4AB88F;
}
</style>