Shades of Medium Sea Green #30BA5C
Tints of Medium Sea Green #30BA5C
RGB
CMYK
RGB Variations
Color information
#30BA5C (or 0x30BA5C) is known color: Medium Sea Green. HEX triplet: 30, BA and 5C. RGB value is (48,186,92). Sum of RGB (Red+Green+Blue) = 48+186+92=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA5C is #CF45A3. Grayscale: #868686. Windows color (decimal): -13583780 or 6076976. OLE color: 6076976.
HSL color Cylindrical-coordinate representation of color #30BA5C: hue angle of 139.13º 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 #30BA5C is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 92 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.27 |
| HSL | 139.13º | 0.59% | 0.46% | - |
| HSV(B) | 139.13º | 0.74% | 0.73% | - |
| XYZ | 20.71 | 36.52 | 16.08 | - |
| YUV | 134.02 | 104.28 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 92 | 0.74 | 0 | 0.51 | 0.27 | 139.13 | 0.59 | 0.46 |
| Hex | 30 | BA | 5C | 4A | 0 | 33 | 1B | 8B | 3B | 2E |
| Octal | 60 | 272 | 134 | 112 | 0 | 63 | 33 | 213 | 73 | 56 |
| Binary | 110000 | 10111010 | 1011100 | 1001010 | 0 | 110011 | 11011 | 10001011 | 111011 | 101110 |
Color Harmonies of #30BA5C
Complementary color
Monochromatic Colors of #30BA5C
Black with #30BA5C
Text Example
Text Example
White with #30BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA5C; }
p { color: rgb(48,186,92); }
H1.HeaderClassName
{
color: #30BA5C;
}
.AnyTagClassName
{
color: #30BA5C;
}
</style>
background-color css
<style>
a { background-color: #30BA5C; }
a { background-color: rgb(48,186,92); }
div.DivClassName
{
background-color: #30BA5C;
}
.BgClassName
{
background-color: #30BA5C;
}
</style>
border-color css
<style>
span { border-color: #30BA5C; }
span { border-color: rgb(48,186,92); }
td.TdClassName
{
border-color: #30BA5C;
}
.TagClassName
{
border-color: #30BA5C;
}
</style>