Shades of Keppel #4AB393
Tints of Keppel #4AB393
RGB
CMYK
RGB Variations
Color information
#4AB393 (or 0x4AB393) is known color: Keppel. HEX triplet: 4A, B3 and 93. RGB value is (74,179,147). Sum of RGB (Red+Green+Blue) = 74+179+147=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB393 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB393 is #B54C6C. Grayscale: #8F8F8F. Windows color (decimal): -11881581 or 9679690. OLE color: 9679690.
HSL color Cylindrical-coordinate representation of color #4AB393: hue angle of 161.71º 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 #4AB393 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 147 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.30 |
| HSL | 161.71º | 0.42% | 0.5% | - |
| HSV(B) | 161.71º | 0.59% | 0.7% | - |
| XYZ | 24.21 | 35.8 | 33.24 | - |
| YUV | 143.96 | 129.71 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 147 | 0.59 | 0 | 0.18 | 0.30 | 161.71 | 0.42 | 0.5 |
| Hex | 4A | B3 | 93 | 3B | 0 | 12 | 1E | A2 | 2A | 32 |
| Octal | 112 | 263 | 223 | 73 | 0 | 22 | 36 | 242 | 52 | 62 |
| Binary | 1001010 | 10110011 | 10010011 | 111011 | 0 | 10010 | 11110 | 10100010 | 101010 | 110010 |
Color Harmonies of #4AB393
Complementary color
Monochromatic Colors of #4AB393
Black with #4AB393
Text Example
Text Example
White with #4AB393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB393; }
p { color: rgb(74,179,147); }
H1.HeaderClassName
{
color: #4AB393;
}
.AnyTagClassName
{
color: #4AB393;
}
</style>
background-color css
<style>
a { background-color: #4AB393; }
a { background-color: rgb(74,179,147); }
div.DivClassName
{
background-color: #4AB393;
}
.BgClassName
{
background-color: #4AB393;
}
</style>
border-color css
<style>
span { border-color: #4AB393; }
span { border-color: rgb(74,179,147); }
td.TdClassName
{
border-color: #4AB393;
}
.TagClassName
{
border-color: #4AB393;
}
</style>