Shades of Medium Sea Green #30D070
Tints of Medium Sea Green #30D070
RGB
CMYK
RGB Variations
Color information
#30D070 (or 0x30D070) is known color: Medium Sea Green. HEX triplet: 30, D0 and 70. RGB value is (48,208,112). Sum of RGB (Red+Green+Blue) = 48+208+112=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #30D070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D070 is #CF2F8F. Grayscale: #959595. Windows color (decimal): -13578128 or 7393328. OLE color: 7393328.
HSL color Cylindrical-coordinate representation of color #30D070: hue angle of 144º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D070 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 112 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.18 |
| HSL | 144º | 0.63% | 0.5% | - |
| HSV(B) | 144º | 0.77% | 0.82% | - |
| XYZ | 26.7 | 46.91 | 22.98 | - |
| YUV | 149.22 | 106.99 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 112 | 0.77 | 0 | 0.46 | 0.18 | 144 | 0.63 | 0.5 |
| Hex | 30 | D0 | 70 | 4D | 0 | 2E | 12 | 90 | 3F | 32 |
| Octal | 60 | 320 | 160 | 115 | 0 | 56 | 22 | 220 | 77 | 62 |
| Binary | 110000 | 11010000 | 1110000 | 1001101 | 0 | 101110 | 10010 | 10010000 | 111111 | 110010 |
Color Harmonies of #30D070
Complementary color
Monochromatic Colors of #30D070
Black with #30D070
Text Example
Text Example
White with #30D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D070; }
p { color: rgb(48,208,112); }
H1.HeaderClassName
{
color: #30D070;
}
.AnyTagClassName
{
color: #30D070;
}
</style>
background-color css
<style>
a { background-color: #30D070; }
a { background-color: rgb(48,208,112); }
div.DivClassName
{
background-color: #30D070;
}
.BgClassName
{
background-color: #30D070;
}
</style>
border-color css
<style>
span { border-color: #30D070; }
span { border-color: rgb(48,208,112); }
td.TdClassName
{
border-color: #30D070;
}
.TagClassName
{
border-color: #30D070;
}
</style>