Shades of Medium Sea Green #30BA72
Tints of Medium Sea Green #30BA72
RGB
CMYK
RGB Variations
Color information
#30BA72 (or 0x30BA72) is known color: Medium Sea Green. HEX triplet: 30, BA and 72. RGB value is (48,186,114). Sum of RGB (Red+Green+Blue) = 48+186+114=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA72 is #CF458D. Grayscale: #888888. Windows color (decimal): -13583758 or 7518768. OLE color: 7518768.
HSL color Cylindrical-coordinate representation of color #30BA72: hue angle of 148.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 #30BA72 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 114 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.27 |
| HSL | 148.7º | 0.59% | 0.46% | - |
| HSV(B) | 148.7º | 0.74% | 0.73% | - |
| XYZ | 21.82 | 36.96 | 21.9 | - |
| YUV | 136.53 | 115.28 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 114 | 0.74 | 0 | 0.39 | 0.27 | 148.7 | 0.59 | 0.46 |
| Hex | 30 | BA | 72 | 4A | 0 | 27 | 1B | 95 | 3B | 2E |
| Octal | 60 | 272 | 162 | 112 | 0 | 47 | 33 | 225 | 73 | 56 |
| Binary | 110000 | 10111010 | 1110010 | 1001010 | 0 | 100111 | 11011 | 10010101 | 111011 | 101110 |
Color Harmonies of #30BA72
Complementary color
Monochromatic Colors of #30BA72
Black with #30BA72
Text Example
Text Example
White with #30BA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA72; }
p { color: rgb(48,186,114); }
H1.HeaderClassName
{
color: #30BA72;
}
.AnyTagClassName
{
color: #30BA72;
}
</style>
background-color css
<style>
a { background-color: #30BA72; }
a { background-color: rgb(48,186,114); }
div.DivClassName
{
background-color: #30BA72;
}
.BgClassName
{
background-color: #30BA72;
}
</style>
border-color css
<style>
span { border-color: #30BA72; }
span { border-color: rgb(48,186,114); }
td.TdClassName
{
border-color: #30BA72;
}
.TagClassName
{
border-color: #30BA72;
}
</style>