Shades of Keppel #48B58C
Tints of Keppel #48B58C
RGB
CMYK
RGB Variations
Color information
#48B58C (or 0x48B58C) is known color: Keppel. HEX triplet: 48, B5 and 8C. RGB value is (72,181,140). Sum of RGB (Red+Green+Blue) = 72+181+140=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 181 - color contains mainly: green. Hex color #48B58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B58C is #B74A73. Grayscale: #8F8F8F. Windows color (decimal): -12012148 or 9221448. OLE color: 9221448.
HSL color Cylindrical-coordinate representation of color #48B58C: hue angle of 157.43º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B58C is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 181 | 140 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.29 |
| HSL | 157.43º | 0.43% | 0.5% | - |
| HSV(B) | 157.43º | 0.6% | 0.71% | - |
| XYZ | 23.93 | 36.32 | 30.56 | - |
| YUV | 143.74 | 125.89 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 181 | 140 | 0.60 | 0 | 0.23 | 0.29 | 157.43 | 0.43 | 0.5 |
| Hex | 48 | B5 | 8C | 3C | 0 | 17 | 1D | 9D | 2B | 32 |
| Octal | 110 | 265 | 214 | 74 | 0 | 27 | 35 | 235 | 53 | 62 |
| Binary | 1001000 | 10110101 | 10001100 | 111100 | 0 | 10111 | 11101 | 10011101 | 101011 | 110010 |
Color Harmonies of #48B58C
Complementary color
Monochromatic Colors of #48B58C
Black with #48B58C
Text Example
Text Example
White with #48B58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B58C; }
p { color: rgb(72,181,140); }
H1.HeaderClassName
{
color: #48B58C;
}
.AnyTagClassName
{
color: #48B58C;
}
</style>
background-color css
<style>
a { background-color: #48B58C; }
a { background-color: rgb(72,181,140); }
div.DivClassName
{
background-color: #48B58C;
}
.BgClassName
{
background-color: #48B58C;
}
</style>
border-color css
<style>
span { border-color: #48B58C; }
span { border-color: rgb(72,181,140); }
td.TdClassName
{
border-color: #48B58C;
}
.TagClassName
{
border-color: #48B58C;
}
</style>