Shades of Medium Sea Green #30BA5B
Tints of Medium Sea Green #30BA5B
RGB
CMYK
RGB Variations
Color information
#30BA5B (or 0x30BA5B) is known color: Medium Sea Green. HEX triplet: 30, BA and 5B. RGB value is (48,186,91). Sum of RGB (Red+Green+Blue) = 48+186+91=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA5B is #CF45A4. Grayscale: #868686. Windows color (decimal): -13583781 or 6011440. OLE color: 6011440.
HSL color Cylindrical-coordinate representation of color #30BA5B: hue angle of 138.7º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BA5B is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 91 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.27 |
| HSL | 138.7º | 0.59% | 0.46% | - |
| HSV(B) | 138.7º | 0.74% | 0.73% | - |
| XYZ | 20.67 | 36.5 | 15.85 | - |
| YUV | 133.91 | 103.78 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 91 | 0.74 | 0 | 0.51 | 0.27 | 138.7 | 0.59 | 0.46 |
| Hex | 30 | BA | 5B | 4A | 0 | 33 | 1B | 8B | 3B | 2E |
| Octal | 60 | 272 | 133 | 112 | 0 | 63 | 33 | 213 | 73 | 56 |
| Binary | 110000 | 10111010 | 1011011 | 1001010 | 0 | 110011 | 11011 | 10001011 | 111011 | 101110 |
Color Harmonies of #30BA5B
Complementary color
Monochromatic Colors of #30BA5B
Black with #30BA5B
Text Example
Text Example
White with #30BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA5B; }
p { color: rgb(48,186,91); }
H1.HeaderClassName
{
color: #30BA5B;
}
.AnyTagClassName
{
color: #30BA5B;
}
</style>
background-color css
<style>
a { background-color: #30BA5B; }
a { background-color: rgb(48,186,91); }
div.DivClassName
{
background-color: #30BA5B;
}
.BgClassName
{
background-color: #30BA5B;
}
</style>
border-color css
<style>
span { border-color: #30BA5B; }
span { border-color: rgb(48,186,91); }
td.TdClassName
{
border-color: #30BA5B;
}
.TagClassName
{
border-color: #30BA5B;
}
</style>