Shades of Medium Sea Green #30C060
Tints of Medium Sea Green #30C060
RGB
CMYK
RGB Variations
Color information
#30C060 (or 0x30C060) is known color: Medium Sea Green. HEX triplet: 30, C0 and 60. RGB value is (48,192,96). Sum of RGB (Red+Green+Blue) = 48+192+96=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #30C060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C060 is #CF3F9F. Grayscale: #8A8A8A. Windows color (decimal): -13582240 or 6340656. OLE color: 6340656.
HSL color Cylindrical-coordinate representation of color #30C060: hue angle of 140º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C060 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 192 | 96 | - |
| CMYK | 0.75 | 0 | 0.50 | 0.25 |
| HSL | 140º | 0.6% | 0.47% | - |
| HSV(B) | 140º | 0.75% | 0.75% | - |
| XYZ | 22.18 | 39.17 | 17.46 | - |
| YUV | 138 | 104.29 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 96 | 0.75 | 0 | 0.50 | 0.25 | 140 | 0.6 | 0.47 |
| Hex | 30 | C0 | 60 | 4B | 0 | 32 | 19 | 8C | 3C | 2F |
| Octal | 60 | 300 | 140 | 113 | 0 | 62 | 31 | 214 | 74 | 57 |
| Binary | 110000 | 11000000 | 1100000 | 1001011 | 0 | 110010 | 11001 | 10001100 | 111100 | 101111 |
Color Harmonies of #30C060
Complementary color
Monochromatic Colors of #30C060
Black with #30C060
Text Example
Text Example
White with #30C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C060; }
p { color: rgb(48,192,96); }
H1.HeaderClassName
{
color: #30C060;
}
.AnyTagClassName
{
color: #30C060;
}
</style>
background-color css
<style>
a { background-color: #30C060; }
a { background-color: rgb(48,192,96); }
div.DivClassName
{
background-color: #30C060;
}
.BgClassName
{
background-color: #30C060;
}
</style>
border-color css
<style>
span { border-color: #30C060; }
span { border-color: rgb(48,192,96); }
td.TdClassName
{
border-color: #30C060;
}
.TagClassName
{
border-color: #30C060;
}
</style>