Shades of Keppel #4ABD8C
Tints of Keppel #4ABD8C
RGB
CMYK
RGB Variations
Color information
#4ABD8C (or 0x4ABD8C) is known color: Keppel. HEX triplet: 4A, BD and 8C. RGB value is (74,189,140). Sum of RGB (Red+Green+Blue) = 74+189+140=403 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.36% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABD8C is #B54273. Grayscale: #959595. Windows color (decimal): -11879028 or 9223498. OLE color: 9223498.
HSL color Cylindrical-coordinate representation of color #4ABD8C: hue angle of 154.43º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABD8C is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 140 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.26 |
| HSL | 154.43º | 0.47% | 0.52% | - |
| HSV(B) | 154.43º | 0.61% | 0.74% | - |
| XYZ | 25.76 | 39.74 | 31.12 | - |
| YUV | 149.03 | 122.9 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 140 | 0.61 | 0 | 0.26 | 0.26 | 154.43 | 0.47 | 0.52 |
| Hex | 4A | BD | 8C | 3D | 0 | 1A | 1A | 9A | 2F | 34 |
| Octal | 112 | 275 | 214 | 75 | 0 | 32 | 32 | 232 | 57 | 64 |
| Binary | 1001010 | 10111101 | 10001100 | 111101 | 0 | 11010 | 11010 | 10011010 | 101111 | 110100 |
Color Harmonies of #4ABD8C
Complementary color
Monochromatic Colors of #4ABD8C
Black with #4ABD8C
Text Example
Text Example
White with #4ABD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABD8C; }
p { color: rgb(74,189,140); }
H1.HeaderClassName
{
color: #4ABD8C;
}
.AnyTagClassName
{
color: #4ABD8C;
}
</style>
background-color css
<style>
a { background-color: #4ABD8C; }
a { background-color: rgb(74,189,140); }
div.DivClassName
{
background-color: #4ABD8C;
}
.BgClassName
{
background-color: #4ABD8C;
}
</style>
border-color css
<style>
span { border-color: #4ABD8C; }
span { border-color: rgb(74,189,140); }
td.TdClassName
{
border-color: #4ABD8C;
}
.TagClassName
{
border-color: #4ABD8C;
}
</style>