Shades of Medium Sea Green #30BC5E
Tints of Medium Sea Green #30BC5E
RGB
CMYK
RGB Variations
Color information
#30BC5E (or 0x30BC5E) is known color: Medium Sea Green. HEX triplet: 30, BC and 5E. RGB value is (48,188,94). Sum of RGB (Red+Green+Blue) = 48+188+94=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BC5E is #CF43A1. Grayscale: #878787. Windows color (decimal): -13583266 or 6208560. OLE color: 6208560.
HSL color Cylindrical-coordinate representation of color #30BC5E: hue angle of 139.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BC5E is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 94 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.26 |
| HSL | 139.71º | 0.59% | 0.46% | - |
| HSV(B) | 139.71º | 0.74% | 0.74% | - |
| XYZ | 21.22 | 37.4 | 16.69 | - |
| YUV | 135.42 | 104.62 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 94 | 0.74 | 0 | 0.50 | 0.26 | 139.71 | 0.59 | 0.46 |
| Hex | 30 | BC | 5E | 4A | 0 | 32 | 1A | 8C | 3B | 2E |
| Octal | 60 | 274 | 136 | 112 | 0 | 62 | 32 | 214 | 73 | 56 |
| Binary | 110000 | 10111100 | 1011110 | 1001010 | 0 | 110010 | 11010 | 10001100 | 111011 | 101110 |
Color Harmonies of #30BC5E
Complementary color
Monochromatic Colors of #30BC5E
Black with #30BC5E
Text Example
Text Example
White with #30BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BC5E; }
p { color: rgb(48,188,94); }
H1.HeaderClassName
{
color: #30BC5E;
}
.AnyTagClassName
{
color: #30BC5E;
}
</style>
background-color css
<style>
a { background-color: #30BC5E; }
a { background-color: rgb(48,188,94); }
div.DivClassName
{
background-color: #30BC5E;
}
.BgClassName
{
background-color: #30BC5E;
}
</style>
border-color css
<style>
span { border-color: #30BC5E; }
span { border-color: rgb(48,188,94); }
td.TdClassName
{
border-color: #30BC5E;
}
.TagClassName
{
border-color: #30BC5E;
}
</style>