Shades of Medium Sea Green #30C47F
Tints of Medium Sea Green #30C47F
RGB
CMYK
RGB Variations
Color information
#30C47F (or 0x30C47F) is known color: Medium Sea Green. HEX triplet: 30, C4 and 7F. RGB value is (48,196,127). Sum of RGB (Red+Green+Blue) = 48+196+127=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #30C47F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C47F is #CF3B80. Grayscale: #909090. Windows color (decimal): -13581185 or 8373296. OLE color: 8373296.
HSL color Cylindrical-coordinate representation of color #30C47F: hue angle of 152.03º 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 #30C47F is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 196 | 127 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.23 |
| HSL | 152.03º | 0.61% | 0.48% | - |
| HSV(B) | 152.03º | 0.76% | 0.77% | - |
| XYZ | 24.79 | 41.64 | 26.81 | - |
| YUV | 143.88 | 118.47 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 196 | 127 | 0.76 | 0 | 0.35 | 0.23 | 152.03 | 0.61 | 0.48 |
| Hex | 30 | C4 | 7F | 4C | 0 | 23 | 17 | 98 | 3D | 30 |
| Octal | 60 | 304 | 177 | 114 | 0 | 43 | 27 | 230 | 75 | 60 |
| Binary | 110000 | 11000100 | 1111111 | 1001100 | 0 | 100011 | 10111 | 10011000 | 111101 | 110000 |
Color Harmonies of #30C47F
Complementary color
Monochromatic Colors of #30C47F
Black with #30C47F
Text Example
Text Example
White with #30C47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C47F; }
p { color: rgb(48,196,127); }
H1.HeaderClassName
{
color: #30C47F;
}
.AnyTagClassName
{
color: #30C47F;
}
</style>
background-color css
<style>
a { background-color: #30C47F; }
a { background-color: rgb(48,196,127); }
div.DivClassName
{
background-color: #30C47F;
}
.BgClassName
{
background-color: #30C47F;
}
</style>
border-color css
<style>
span { border-color: #30C47F; }
span { border-color: rgb(48,196,127); }
td.TdClassName
{
border-color: #30C47F;
}
.TagClassName
{
border-color: #30C47F;
}
</style>