Shades of Medium Sea Green #48BA6D
Tints of Medium Sea Green #48BA6D
RGB
CMYK
RGB Variations
Color information
#48BA6D (or 0x48BA6D) is known color: Medium Sea Green. HEX triplet: 48, BA and 6D. RGB value is (72,186,109). Sum of RGB (Red+Green+Blue) = 72+186+109=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BA6D is #B74592. Grayscale: #8F8F8F. Windows color (decimal): -12010899 or 7191112. OLE color: 7191112.
HSL color Cylindrical-coordinate representation of color #48BA6D: hue angle of 139.47º 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 #48BA6D is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 186 | 109 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.27 |
| HSL | 139.47º | 0.45% | 0.51% | - |
| HSV(B) | 139.47º | 0.61% | 0.73% | - |
| XYZ | 22.99 | 37.6 | 20.51 | - |
| YUV | 143.14 | 108.73 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 186 | 109 | 0.61 | 0 | 0.41 | 0.27 | 139.47 | 0.45 | 0.51 |
| Hex | 48 | BA | 6D | 3D | 0 | 29 | 1B | 8B | 2D | 33 |
| Octal | 110 | 272 | 155 | 75 | 0 | 51 | 33 | 213 | 55 | 63 |
| Binary | 1001000 | 10111010 | 1101101 | 111101 | 0 | 101001 | 11011 | 10001011 | 101101 | 110011 |
Color Harmonies of #48BA6D
Complementary color
Monochromatic Colors of #48BA6D
Black with #48BA6D
Text Example
Text Example
White with #48BA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BA6D; }
p { color: rgb(72,186,109); }
H1.HeaderClassName
{
color: #48BA6D;
}
.AnyTagClassName
{
color: #48BA6D;
}
</style>
background-color css
<style>
a { background-color: #48BA6D; }
a { background-color: rgb(72,186,109); }
div.DivClassName
{
background-color: #48BA6D;
}
.BgClassName
{
background-color: #48BA6D;
}
</style>
border-color css
<style>
span { border-color: #48BA6D; }
span { border-color: rgb(72,186,109); }
td.TdClassName
{
border-color: #48BA6D;
}
.TagClassName
{
border-color: #48BA6D;
}
</style>