Shades of Medium Sea Green #30C161
Tints of Medium Sea Green #30C161
RGB
CMYK
RGB Variations
Color information
#30C161 (or 0x30C161) is known color: Medium Sea Green. HEX triplet: 30, C1 and 61. RGB value is (48,193,97). Sum of RGB (Red+Green+Blue) = 48+193+97=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #30C161 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C161 is #CF3E9E. Grayscale: #8A8A8A. Windows color (decimal): -13581983 or 6406448. OLE color: 6406448.
HSL color Cylindrical-coordinate representation of color #30C161: hue angle of 140.28º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C161 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 193 | 97 | - |
| CMYK | 0.75 | 0 | 0.50 | 0.24 |
| HSL | 140.28º | 0.6% | 0.47% | - |
| HSV(B) | 140.28º | 0.75% | 0.76% | - |
| XYZ | 22.45 | 39.63 | 17.78 | - |
| YUV | 138.7 | 104.46 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 193 | 97 | 0.75 | 0 | 0.50 | 0.24 | 140.28 | 0.6 | 0.47 |
| Hex | 30 | C1 | 61 | 4B | 0 | 32 | 18 | 8C | 3C | 2F |
| Octal | 60 | 301 | 141 | 113 | 0 | 62 | 30 | 214 | 74 | 57 |
| Binary | 110000 | 11000001 | 1100001 | 1001011 | 0 | 110010 | 11000 | 10001100 | 111100 | 101111 |
Color Harmonies of #30C161
Complementary color
Monochromatic Colors of #30C161
Black with #30C161
Text Example
Text Example
White with #30C161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C161; }
p { color: rgb(48,193,97); }
H1.HeaderClassName
{
color: #30C161;
}
.AnyTagClassName
{
color: #30C161;
}
</style>
background-color css
<style>
a { background-color: #30C161; }
a { background-color: rgb(48,193,97); }
div.DivClassName
{
background-color: #30C161;
}
.BgClassName
{
background-color: #30C161;
}
</style>
border-color css
<style>
span { border-color: #30C161; }
span { border-color: rgb(48,193,97); }
td.TdClassName
{
border-color: #30C161;
}
.TagClassName
{
border-color: #30C161;
}
</style>