Shades of Medium Sea Green #30BD7D
Tints of Medium Sea Green #30BD7D
RGB
CMYK
RGB Variations
Color information
#30BD7D (or 0x30BD7D) is known color: Medium Sea Green. HEX triplet: 30, BD and 7D. RGB value is (48,189,125). Sum of RGB (Red+Green+Blue) = 48+189+125=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BD7D is #CF4282. Grayscale: #8B8B8B. Windows color (decimal): -13582979 or 8240432. OLE color: 8240432.
HSL color Cylindrical-coordinate representation of color #30BD7D: hue angle of 152.77º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BD7D is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 125 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.26 |
| HSL | 152.77º | 0.59% | 0.46% | - |
| HSV(B) | 152.77º | 0.75% | 0.74% | - |
| XYZ | 23.12 | 38.5 | 25.62 | - |
| YUV | 139.55 | 119.79 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 125 | 0.75 | 0 | 0.34 | 0.26 | 152.77 | 0.59 | 0.46 |
| Hex | 30 | BD | 7D | 4B | 0 | 22 | 1A | 99 | 3B | 2E |
| Octal | 60 | 275 | 175 | 113 | 0 | 42 | 32 | 231 | 73 | 56 |
| Binary | 110000 | 10111101 | 1111101 | 1001011 | 0 | 100010 | 11010 | 10011001 | 111011 | 101110 |
Color Harmonies of #30BD7D
Complementary color
Monochromatic Colors of #30BD7D
Black with #30BD7D
Text Example
Text Example
White with #30BD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BD7D; }
p { color: rgb(48,189,125); }
H1.HeaderClassName
{
color: #30BD7D;
}
.AnyTagClassName
{
color: #30BD7D;
}
</style>
background-color css
<style>
a { background-color: #30BD7D; }
a { background-color: rgb(48,189,125); }
div.DivClassName
{
background-color: #30BD7D;
}
.BgClassName
{
background-color: #30BD7D;
}
</style>
border-color css
<style>
span { border-color: #30BD7D; }
span { border-color: rgb(48,189,125); }
td.TdClassName
{
border-color: #30BD7D;
}
.TagClassName
{
border-color: #30BD7D;
}
</style>