Shades of Medium Sea Green #30BD63
Tints of Medium Sea Green #30BD63
RGB
CMYK
RGB Variations
Color information
#30BD63 (or 0x30BD63) is known color: Medium Sea Green. HEX triplet: 30, BD and 63. RGB value is (48,189,99). Sum of RGB (Red+Green+Blue) = 48+189+99=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BD63 is #CF429C. Grayscale: #888888. Windows color (decimal): -13583005 or 6536496. OLE color: 6536496.
HSL color Cylindrical-coordinate representation of color #30BD63: hue angle of 141.7º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BD63 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 99 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.26 |
| HSL | 141.7º | 0.59% | 0.46% | - |
| HSV(B) | 141.7º | 0.75% | 0.74% | - |
| XYZ | 21.67 | 37.92 | 17.98 | - |
| YUV | 136.58 | 106.79 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 99 | 0.75 | 0 | 0.48 | 0.26 | 141.7 | 0.59 | 0.46 |
| Hex | 30 | BD | 63 | 4B | 0 | 30 | 1A | 8E | 3B | 2E |
| Octal | 60 | 275 | 143 | 113 | 0 | 60 | 32 | 216 | 73 | 56 |
| Binary | 110000 | 10111101 | 1100011 | 1001011 | 0 | 110000 | 11010 | 10001110 | 111011 | 101110 |
Color Harmonies of #30BD63
Complementary color
Monochromatic Colors of #30BD63
Black with #30BD63
Text Example
Text Example
White with #30BD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BD63; }
p { color: rgb(48,189,99); }
H1.HeaderClassName
{
color: #30BD63;
}
.AnyTagClassName
{
color: #30BD63;
}
</style>
background-color css
<style>
a { background-color: #30BD63; }
a { background-color: rgb(48,189,99); }
div.DivClassName
{
background-color: #30BD63;
}
.BgClassName
{
background-color: #30BD63;
}
</style>
border-color css
<style>
span { border-color: #30BD63; }
span { border-color: rgb(48,189,99); }
td.TdClassName
{
border-color: #30BD63;
}
.TagClassName
{
border-color: #30BD63;
}
</style>