Shades of Medium Sea Green #30BA5A
Tints of Medium Sea Green #30BA5A
RGB
CMYK
RGB Variations
Color information
#30BA5A (or 0x30BA5A) is known color: Medium Sea Green. HEX triplet: 30, BA and 5A. RGB value is (48,186,90). Sum of RGB (Red+Green+Blue) = 48+186+90=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA5A is #CF45A5. Grayscale: #868686. Windows color (decimal): -13583782 or 5945904. OLE color: 5945904.
HSL color Cylindrical-coordinate representation of color #30BA5A: hue angle of 138.26º 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 #30BA5A is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 90 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.27 |
| HSL | 138.26º | 0.59% | 0.46% | - |
| HSV(B) | 138.26º | 0.74% | 0.73% | - |
| XYZ | 20.62 | 36.48 | 15.63 | - |
| YUV | 133.79 | 103.28 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 90 | 0.74 | 0 | 0.52 | 0.27 | 138.26 | 0.59 | 0.46 |
| Hex | 30 | BA | 5A | 4A | 0 | 34 | 1B | 8A | 3B | 2E |
| Octal | 60 | 272 | 132 | 112 | 0 | 64 | 33 | 212 | 73 | 56 |
| Binary | 110000 | 10111010 | 1011010 | 1001010 | 0 | 110100 | 11011 | 10001010 | 111011 | 101110 |
Color Harmonies of #30BA5A
Complementary color
Monochromatic Colors of #30BA5A
Black with #30BA5A
Text Example
Text Example
White with #30BA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA5A; }
p { color: rgb(48,186,90); }
H1.HeaderClassName
{
color: #30BA5A;
}
.AnyTagClassName
{
color: #30BA5A;
}
</style>
background-color css
<style>
a { background-color: #30BA5A; }
a { background-color: rgb(48,186,90); }
div.DivClassName
{
background-color: #30BA5A;
}
.BgClassName
{
background-color: #30BA5A;
}
</style>
border-color css
<style>
span { border-color: #30BA5A; }
span { border-color: rgb(48,186,90); }
td.TdClassName
{
border-color: #30BA5A;
}
.TagClassName
{
border-color: #30BA5A;
}
</style>