Shades of Medium Sea Green #30CC7C
Tints of Medium Sea Green #30CC7C
RGB
CMYK
RGB Variations
Color information
#30CC7C (or 0x30CC7C) is known color: Medium Sea Green. HEX triplet: 30, CC and 7C. RGB value is (48,204,124). Sum of RGB (Red+Green+Blue) = 48+204+124=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 204 (80.08% from 255 or 54.26% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 204 - color contains mainly: green. Hex color #30CC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CC7C is #CF3383. Grayscale: #949494. Windows color (decimal): -13579140 or 8178736. OLE color: 8178736.
HSL color Cylindrical-coordinate representation of color #30CC7C: hue angle of 149.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CC7C is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 204 | 124 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.2 |
| HSL | 149.23º | 0.62% | 0.49% | - |
| HSV(B) | 149.23º | 0.76% | 0.8% | - |
| XYZ | 26.45 | 45.27 | 26.41 | - |
| YUV | 148.24 | 114.32 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 204 | 124 | 0.76 | 0 | 0.39 | 0.2 | 149.23 | 0.62 | 0.49 |
| Hex | 30 | CC | 7C | 4C | 0 | 27 | 14 | 95 | 3E | 31 |
| Octal | 60 | 314 | 174 | 114 | 0 | 47 | 24 | 225 | 76 | 61 |
| Binary | 110000 | 11001100 | 1111100 | 1001100 | 0 | 100111 | 10100 | 10010101 | 111110 | 110001 |
Color Harmonies of #30CC7C
Complementary color
Monochromatic Colors of #30CC7C
Black with #30CC7C
Text Example
Text Example
White with #30CC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CC7C; }
p { color: rgb(48,204,124); }
H1.HeaderClassName
{
color: #30CC7C;
}
.AnyTagClassName
{
color: #30CC7C;
}
</style>
background-color css
<style>
a { background-color: #30CC7C; }
a { background-color: rgb(48,204,124); }
div.DivClassName
{
background-color: #30CC7C;
}
.BgClassName
{
background-color: #30CC7C;
}
</style>
border-color css
<style>
span { border-color: #30CC7C; }
span { border-color: rgb(48,204,124); }
td.TdClassName
{
border-color: #30CC7C;
}
.TagClassName
{
border-color: #30CC7C;
}
</style>