Shades of Keppel #48BA8C
Tints of Keppel #48BA8C
RGB
CMYK
RGB Variations
Color information
#48BA8C (or 0x48BA8C) is known color: Keppel. HEX triplet: 48, BA and 8C. RGB value is (72,186,140). Sum of RGB (Red+Green+Blue) = 72+186+140=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BA8C is #B74573. Grayscale: #929292. Windows color (decimal): -12010868 or 9222728. OLE color: 9222728.
HSL color Cylindrical-coordinate representation of color #48BA8C: hue angle of 155.79º degrees, saturation: 0.45, 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 #48BA8C is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 186 | 140 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.27 |
| HSL | 155.79º | 0.45% | 0.51% | - |
| HSV(B) | 155.79º | 0.61% | 0.73% | - |
| XYZ | 24.97 | 38.39 | 30.9 | - |
| YUV | 146.67 | 124.23 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 186 | 140 | 0.61 | 0 | 0.25 | 0.27 | 155.79 | 0.45 | 0.51 |
| Hex | 48 | BA | 8C | 3D | 0 | 19 | 1B | 9C | 2D | 33 |
| Octal | 110 | 272 | 214 | 75 | 0 | 31 | 33 | 234 | 55 | 63 |
| Binary | 1001000 | 10111010 | 10001100 | 111101 | 0 | 11001 | 11011 | 10011100 | 101101 | 110011 |
Color Harmonies of #48BA8C
Complementary color
Monochromatic Colors of #48BA8C
Black with #48BA8C
Text Example
Text Example
White with #48BA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BA8C; }
p { color: rgb(72,186,140); }
H1.HeaderClassName
{
color: #48BA8C;
}
.AnyTagClassName
{
color: #48BA8C;
}
</style>
background-color css
<style>
a { background-color: #48BA8C; }
a { background-color: rgb(72,186,140); }
div.DivClassName
{
background-color: #48BA8C;
}
.BgClassName
{
background-color: #48BA8C;
}
</style>
border-color css
<style>
span { border-color: #48BA8C; }
span { border-color: rgb(72,186,140); }
td.TdClassName
{
border-color: #48BA8C;
}
.TagClassName
{
border-color: #48BA8C;
}
</style>