Shades of Medium Sea Green #30B47C
Tints of Medium Sea Green #30B47C
RGB
CMYK
RGB Variations
Color information
#30B47C (or 0x30B47C) is known color: Medium Sea Green. HEX triplet: 30, B4 and 7C. RGB value is (48,180,124). Sum of RGB (Red+Green+Blue) = 48+180+124=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #30B47C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B47C is #CF4B83. Grayscale: #868686. Windows color (decimal): -13585284 or 8172592. OLE color: 8172592.
HSL color Cylindrical-coordinate representation of color #30B47C: hue angle of 154.55º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B47C is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 180 | 124 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.29 |
| HSL | 154.55º | 0.58% | 0.45% | - |
| HSV(B) | 154.55º | 0.73% | 0.71% | - |
| XYZ | 21.18 | 34.73 | 24.66 | - |
| YUV | 134.15 | 122.27 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 180 | 124 | 0.73 | 0 | 0.31 | 0.29 | 154.55 | 0.58 | 0.45 |
| Hex | 30 | B4 | 7C | 49 | 0 | 1F | 1D | 9B | 3A | 2D |
| Octal | 60 | 264 | 174 | 111 | 0 | 37 | 35 | 233 | 72 | 55 |
| Binary | 110000 | 10110100 | 1111100 | 1001001 | 0 | 11111 | 11101 | 10011011 | 111010 | 101101 |
Color Harmonies of #30B47C
Complementary color
Monochromatic Colors of #30B47C
Black with #30B47C
Text Example
Text Example
White with #30B47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B47C; }
p { color: rgb(48,180,124); }
H1.HeaderClassName
{
color: #30B47C;
}
.AnyTagClassName
{
color: #30B47C;
}
</style>
background-color css
<style>
a { background-color: #30B47C; }
a { background-color: rgb(48,180,124); }
div.DivClassName
{
background-color: #30B47C;
}
.BgClassName
{
background-color: #30B47C;
}
</style>
border-color css
<style>
span { border-color: #30B47C; }
span { border-color: rgb(48,180,124); }
td.TdClassName
{
border-color: #30B47C;
}
.TagClassName
{
border-color: #30B47C;
}
</style>