Shades of Keppel #4BB18B
Tints of Keppel #4BB18B
RGB
CMYK
RGB Variations
Color information
#4BB18B (or 0x4BB18B) is known color: Keppel. HEX triplet: 4B, B1 and 8B. RGB value is (75,177,139). Sum of RGB (Red+Green+Blue) = 75+177+139=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #4BB18B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BB18B is #B44E74. Grayscale: #8E8E8E. Windows color (decimal): -11816565 or 9154891. OLE color: 9154891.
HSL color Cylindrical-coordinate representation of color #4BB18B: hue angle of 157.65º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB18B is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 177 | 139 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.31 |
| HSL | 157.65º | 0.4% | 0.49% | - |
| HSV(B) | 157.65º | 0.58% | 0.69% | - |
| XYZ | 23.28 | 34.8 | 29.92 | - |
| YUV | 142.17 | 126.21 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 177 | 139 | 0.58 | 0 | 0.21 | 0.31 | 157.65 | 0.4 | 0.49 |
| Hex | 4B | B1 | 8B | 3A | 0 | 15 | 1F | 9E | 28 | 31 |
| Octal | 113 | 261 | 213 | 72 | 0 | 25 | 37 | 236 | 50 | 61 |
| Binary | 1001011 | 10110001 | 10001011 | 111010 | 0 | 10101 | 11111 | 10011110 | 101000 | 110001 |
Color Harmonies of #4BB18B
Complementary color
Monochromatic Colors of #4BB18B
Black with #4BB18B
Text Example
Text Example
White with #4BB18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB18B; }
p { color: rgb(75,177,139); }
H1.HeaderClassName
{
color: #4BB18B;
}
.AnyTagClassName
{
color: #4BB18B;
}
</style>
background-color css
<style>
a { background-color: #4BB18B; }
a { background-color: rgb(75,177,139); }
div.DivClassName
{
background-color: #4BB18B;
}
.BgClassName
{
background-color: #4BB18B;
}
</style>
border-color css
<style>
span { border-color: #4BB18B; }
span { border-color: rgb(75,177,139); }
td.TdClassName
{
border-color: #4BB18B;
}
.TagClassName
{
border-color: #4BB18B;
}
</style>