Shades of Medium Sea Green #30D07C
Tints of Medium Sea Green #30D07C
RGB
CMYK
RGB Variations
Color information
#30D07C (or 0x30D07C) is known color: Medium Sea Green. HEX triplet: 30, D0 and 7C. RGB value is (48,208,124). Sum of RGB (Red+Green+Blue) = 48+208+124=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 208 (81.64% from 255 or 54.74% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 208 - color contains mainly: green. Hex color #30D07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D07C is #CF2F83. Grayscale: #969696. Windows color (decimal): -13578116 or 8179760. OLE color: 8179760.
HSL color Cylindrical-coordinate representation of color #30D07C: hue angle of 148.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D07C is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 124 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.18 |
| HSL | 148.5º | 0.63% | 0.5% | - |
| HSV(B) | 148.5º | 0.77% | 0.82% | - |
| XYZ | 27.41 | 47.2 | 26.73 | - |
| YUV | 150.58 | 112.99 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 124 | 0.77 | 0 | 0.40 | 0.18 | 148.5 | 0.63 | 0.5 |
| Hex | 30 | D0 | 7C | 4D | 0 | 28 | 12 | 94 | 3F | 32 |
| Octal | 60 | 320 | 174 | 115 | 0 | 50 | 22 | 224 | 77 | 62 |
| Binary | 110000 | 11010000 | 1111100 | 1001101 | 0 | 101000 | 10010 | 10010100 | 111111 | 110010 |
Color Harmonies of #30D07C
Complementary color
Monochromatic Colors of #30D07C
Black with #30D07C
Text Example
Text Example
White with #30D07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D07C; }
p { color: rgb(48,208,124); }
H1.HeaderClassName
{
color: #30D07C;
}
.AnyTagClassName
{
color: #30D07C;
}
</style>
background-color css
<style>
a { background-color: #30D07C; }
a { background-color: rgb(48,208,124); }
div.DivClassName
{
background-color: #30D07C;
}
.BgClassName
{
background-color: #30D07C;
}
</style>
border-color css
<style>
span { border-color: #30D07C; }
span { border-color: rgb(48,208,124); }
td.TdClassName
{
border-color: #30D07C;
}
.TagClassName
{
border-color: #30D07C;
}
</style>