Shades of Keppel #48BB8C
Tints of Keppel #48BB8C
RGB
CMYK
RGB Variations
Color information
#48BB8C (or 0x48BB8C) is known color: Keppel. HEX triplet: 48, BB and 8C. RGB value is (72,187,140). Sum of RGB (Red+Green+Blue) = 72+187+140=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #48BB8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BB8C is #B74473. Grayscale: #939393. Windows color (decimal): -12010612 or 9222984. OLE color: 9222984.
HSL color Cylindrical-coordinate representation of color #48BB8C: hue angle of 155.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48BB8C is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 187 | 140 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.27 |
| HSL | 155.48º | 0.46% | 0.51% | - |
| HSV(B) | 155.48º | 0.61% | 0.73% | - |
| XYZ | 25.18 | 38.81 | 30.98 | - |
| YUV | 147.26 | 123.9 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 187 | 140 | 0.61 | 0 | 0.25 | 0.27 | 155.48 | 0.46 | 0.51 |
| Hex | 48 | BB | 8C | 3D | 0 | 19 | 1B | 9B | 2E | 33 |
| Octal | 110 | 273 | 214 | 75 | 0 | 31 | 33 | 233 | 56 | 63 |
| Binary | 1001000 | 10111011 | 10001100 | 111101 | 0 | 11001 | 11011 | 10011011 | 101110 | 110011 |
Color Harmonies of #48BB8C
Complementary color
Monochromatic Colors of #48BB8C
Black with #48BB8C
Text Example
Text Example
White with #48BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BB8C; }
p { color: rgb(72,187,140); }
H1.HeaderClassName
{
color: #48BB8C;
}
.AnyTagClassName
{
color: #48BB8C;
}
</style>
background-color css
<style>
a { background-color: #48BB8C; }
a { background-color: rgb(72,187,140); }
div.DivClassName
{
background-color: #48BB8C;
}
.BgClassName
{
background-color: #48BB8C;
}
</style>
border-color css
<style>
span { border-color: #48BB8C; }
span { border-color: rgb(72,187,140); }
td.TdClassName
{
border-color: #48BB8C;
}
.TagClassName
{
border-color: #48BB8C;
}
</style>