Shades of Medium Sea Green #30CF7C
Tints of Medium Sea Green #30CF7C
RGB
CMYK
RGB Variations
Color information
#30CF7C (or 0x30CF7C) is known color: Medium Sea Green. HEX triplet: 30, CF and 7C. RGB value is (48,207,124). Sum of RGB (Red+Green+Blue) = 48+207+124=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 207 (81.25% from 255 or 54.62% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CF7C is #CF3083. Grayscale: #969696. Windows color (decimal): -13578372 or 8179504. OLE color: 8179504.
HSL color Cylindrical-coordinate representation of color #30CF7C: hue angle of 148.68º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CF7C is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 207 | 124 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.19 |
| HSL | 148.68º | 0.62% | 0.5% | - |
| HSV(B) | 148.68º | 0.77% | 0.81% | - |
| XYZ | 27.17 | 46.71 | 26.65 | - |
| YUV | 150 | 113.32 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 124 | 0.77 | 0 | 0.40 | 0.19 | 148.68 | 0.62 | 0.5 |
| Hex | 30 | CF | 7C | 4D | 0 | 28 | 13 | 95 | 3E | 32 |
| Octal | 60 | 317 | 174 | 115 | 0 | 50 | 23 | 225 | 76 | 62 |
| Binary | 110000 | 11001111 | 1111100 | 1001101 | 0 | 101000 | 10011 | 10010101 | 111110 | 110010 |
Color Harmonies of #30CF7C
Complementary color
Monochromatic Colors of #30CF7C
Black with #30CF7C
Text Example
Text Example
White with #30CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CF7C; }
p { color: rgb(48,207,124); }
H1.HeaderClassName
{
color: #30CF7C;
}
.AnyTagClassName
{
color: #30CF7C;
}
</style>
background-color css
<style>
a { background-color: #30CF7C; }
a { background-color: rgb(48,207,124); }
div.DivClassName
{
background-color: #30CF7C;
}
.BgClassName
{
background-color: #30CF7C;
}
</style>
border-color css
<style>
span { border-color: #30CF7C; }
span { border-color: rgb(48,207,124); }
td.TdClassName
{
border-color: #30CF7C;
}
.TagClassName
{
border-color: #30CF7C;
}
</style>