Shades of Medium Sea Green #30BA74
Tints of Medium Sea Green #30BA74
RGB
CMYK
RGB Variations
Color information
#30BA74 (or 0x30BA74) is known color: Medium Sea Green. HEX triplet: 30, BA and 74. RGB value is (48,186,116). Sum of RGB (Red+Green+Blue) = 48+186+116=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA74 is #CF458B. Grayscale: #888888. Windows color (decimal): -13583756 or 7649840. OLE color: 7649840.
HSL color Cylindrical-coordinate representation of color #30BA74: hue angle of 149.57º 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 #30BA74 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 116 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.27 |
| HSL | 149.57º | 0.59% | 0.46% | - |
| HSV(B) | 149.57º | 0.74% | 0.73% | - |
| XYZ | 21.93 | 37.01 | 22.51 | - |
| YUV | 136.76 | 116.28 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 116 | 0.74 | 0 | 0.38 | 0.27 | 149.57 | 0.59 | 0.46 |
| Hex | 30 | BA | 74 | 4A | 0 | 26 | 1B | 96 | 3B | 2E |
| Octal | 60 | 272 | 164 | 112 | 0 | 46 | 33 | 226 | 73 | 56 |
| Binary | 110000 | 10111010 | 1110100 | 1001010 | 0 | 100110 | 11011 | 10010110 | 111011 | 101110 |
Color Harmonies of #30BA74
Complementary color
Monochromatic Colors of #30BA74
Black with #30BA74
Text Example
Text Example
White with #30BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA74; }
p { color: rgb(48,186,116); }
H1.HeaderClassName
{
color: #30BA74;
}
.AnyTagClassName
{
color: #30BA74;
}
</style>
background-color css
<style>
a { background-color: #30BA74; }
a { background-color: rgb(48,186,116); }
div.DivClassName
{
background-color: #30BA74;
}
.BgClassName
{
background-color: #30BA74;
}
</style>
border-color css
<style>
span { border-color: #30BA74; }
span { border-color: rgb(48,186,116); }
td.TdClassName
{
border-color: #30BA74;
}
.TagClassName
{
border-color: #30BA74;
}
</style>