Shades of Medium Sea Green #30C05D
Tints of Medium Sea Green #30C05D
RGB
CMYK
RGB Variations
Color information
#30C05D (or 0x30C05D) is known color: Medium Sea Green. HEX triplet: 30, C0 and 5D. RGB value is (48,192,93). Sum of RGB (Red+Green+Blue) = 48+192+93=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 192 (75.39% from 255 or 57.66% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 192 - color contains mainly: green. Hex color #30C05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C05D is #CF3FA2. Grayscale: #898989. Windows color (decimal): -13582243 or 6144048. OLE color: 6144048.
HSL color Cylindrical-coordinate representation of color #30C05D: hue angle of 138.75º 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 #30C05D is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 192 | 93 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.25 |
| HSL | 138.75º | 0.6% | 0.47% | - |
| HSV(B) | 138.75º | 0.75% | 0.75% | - |
| XYZ | 22.04 | 39.12 | 16.74 | - |
| YUV | 137.66 | 102.79 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 93 | 0.75 | 0 | 0.52 | 0.25 | 138.75 | 0.6 | 0.47 |
| Hex | 30 | C0 | 5D | 4B | 0 | 34 | 19 | 8B | 3C | 2F |
| Octal | 60 | 300 | 135 | 113 | 0 | 64 | 31 | 213 | 74 | 57 |
| Binary | 110000 | 11000000 | 1011101 | 1001011 | 0 | 110100 | 11001 | 10001011 | 111100 | 101111 |
Color Harmonies of #30C05D
Complementary color
Monochromatic Colors of #30C05D
Black with #30C05D
Text Example
Text Example
White with #30C05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C05D; }
p { color: rgb(48,192,93); }
H1.HeaderClassName
{
color: #30C05D;
}
.AnyTagClassName
{
color: #30C05D;
}
</style>
background-color css
<style>
a { background-color: #30C05D; }
a { background-color: rgb(48,192,93); }
div.DivClassName
{
background-color: #30C05D;
}
.BgClassName
{
background-color: #30C05D;
}
</style>
border-color css
<style>
span { border-color: #30C05D; }
span { border-color: rgb(48,192,93); }
td.TdClassName
{
border-color: #30C05D;
}
.TagClassName
{
border-color: #30C05D;
}
</style>