Shades of Medium Sea Green #30C660
Tints of Medium Sea Green #30C660
RGB
CMYK
RGB Variations
Color information
#30C660 (or 0x30C660) is known color: Medium Sea Green. HEX triplet: 30, C6 and 60. RGB value is (48,198,96). Sum of RGB (Red+Green+Blue) = 48+198+96=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 198 (77.73% from 255 or 57.89% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 198 - color contains mainly: green. Hex color #30C660 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C660 is #CF399F. Grayscale: #8D8D8D. Windows color (decimal): -13580704 or 6342192. OLE color: 6342192.
HSL color Cylindrical-coordinate representation of color #30C660: hue angle of 139.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C660 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 198 | 96 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.22 |
| HSL | 139.2º | 0.61% | 0.48% | - |
| HSV(B) | 139.2º | 0.76% | 0.78% | - |
| XYZ | 23.52 | 41.86 | 17.91 | - |
| YUV | 141.52 | 102.31 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 96 | 0.76 | 0 | 0.52 | 0.22 | 139.2 | 0.61 | 0.48 |
| Hex | 30 | C6 | 60 | 4C | 0 | 34 | 16 | 8B | 3D | 30 |
| Octal | 60 | 306 | 140 | 114 | 0 | 64 | 26 | 213 | 75 | 60 |
| Binary | 110000 | 11000110 | 1100000 | 1001100 | 0 | 110100 | 10110 | 10001011 | 111101 | 110000 |
Color Harmonies of #30C660
Complementary color
Monochromatic Colors of #30C660
Black with #30C660
Text Example
Text Example
White with #30C660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C660; }
p { color: rgb(48,198,96); }
H1.HeaderClassName
{
color: #30C660;
}
.AnyTagClassName
{
color: #30C660;
}
</style>
background-color css
<style>
a { background-color: #30C660; }
a { background-color: rgb(48,198,96); }
div.DivClassName
{
background-color: #30C660;
}
.BgClassName
{
background-color: #30C660;
}
</style>
border-color css
<style>
span { border-color: #30C660; }
span { border-color: rgb(48,198,96); }
td.TdClassName
{
border-color: #30C660;
}
.TagClassName
{
border-color: #30C660;
}
</style>