Shades of Medium Sea Green #30C560
Tints of Medium Sea Green #30C560
RGB
CMYK
RGB Variations
Color information
#30C560 (or 0x30C560) is known color: Medium Sea Green. HEX triplet: 30, C5 and 60. RGB value is (48,197,96). Sum of RGB (Red+Green+Blue) = 48+197+96=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 197 (77.34% from 255 or 57.77% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 197 - color contains mainly: green. Hex color #30C560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C560 is #CF3A9F. Grayscale: #8D8D8D. Windows color (decimal): -13580960 or 6341936. OLE color: 6341936.
HSL color Cylindrical-coordinate representation of color #30C560: hue angle of 139.33º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C560 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 197 | 96 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.23 |
| HSL | 139.33º | 0.61% | 0.48% | - |
| HSV(B) | 139.33º | 0.76% | 0.77% | - |
| XYZ | 23.3 | 41.41 | 17.83 | - |
| YUV | 140.94 | 102.64 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 197 | 96 | 0.76 | 0 | 0.51 | 0.23 | 139.33 | 0.61 | 0.48 |
| Hex | 30 | C5 | 60 | 4C | 0 | 33 | 17 | 8B | 3D | 30 |
| Octal | 60 | 305 | 140 | 114 | 0 | 63 | 27 | 213 | 75 | 60 |
| Binary | 110000 | 11000101 | 1100000 | 1001100 | 0 | 110011 | 10111 | 10001011 | 111101 | 110000 |
Color Harmonies of #30C560
Complementary color
Monochromatic Colors of #30C560
Black with #30C560
Text Example
Text Example
White with #30C560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C560; }
p { color: rgb(48,197,96); }
H1.HeaderClassName
{
color: #30C560;
}
.AnyTagClassName
{
color: #30C560;
}
</style>
background-color css
<style>
a { background-color: #30C560; }
a { background-color: rgb(48,197,96); }
div.DivClassName
{
background-color: #30C560;
}
.BgClassName
{
background-color: #30C560;
}
</style>
border-color css
<style>
span { border-color: #30C560; }
span { border-color: rgb(48,197,96); }
td.TdClassName
{
border-color: #30C560;
}
.TagClassName
{
border-color: #30C560;
}
</style>