Shades of Medium Sea Green #30BA71
Tints of Medium Sea Green #30BA71
RGB
CMYK
RGB Variations
Color information
#30BA71 (or 0x30BA71) is known color: Medium Sea Green. HEX triplet: 30, BA and 71. RGB value is (48,186,113). Sum of RGB (Red+Green+Blue) = 48+186+113=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA71 is #CF458E. Grayscale: #888888. Windows color (decimal): -13583759 or 7453232. OLE color: 7453232.
HSL color Cylindrical-coordinate representation of color #30BA71: hue angle of 148.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 #30BA71 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 113 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.27 |
| HSL | 148.26º | 0.59% | 0.46% | - |
| HSV(B) | 148.26º | 0.74% | 0.73% | - |
| XYZ | 21.76 | 36.94 | 21.61 | - |
| YUV | 136.42 | 114.78 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 113 | 0.74 | 0 | 0.39 | 0.27 | 148.26 | 0.59 | 0.46 |
| Hex | 30 | BA | 71 | 4A | 0 | 27 | 1B | 94 | 3B | 2E |
| Octal | 60 | 272 | 161 | 112 | 0 | 47 | 33 | 224 | 73 | 56 |
| Binary | 110000 | 10111010 | 1110001 | 1001010 | 0 | 100111 | 11011 | 10010100 | 111011 | 101110 |
Color Harmonies of #30BA71
Complementary color
Monochromatic Colors of #30BA71
Black with #30BA71
Text Example
Text Example
White with #30BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA71; }
p { color: rgb(48,186,113); }
H1.HeaderClassName
{
color: #30BA71;
}
.AnyTagClassName
{
color: #30BA71;
}
</style>
background-color css
<style>
a { background-color: #30BA71; }
a { background-color: rgb(48,186,113); }
div.DivClassName
{
background-color: #30BA71;
}
.BgClassName
{
background-color: #30BA71;
}
</style>
border-color css
<style>
span { border-color: #30BA71; }
span { border-color: rgb(48,186,113); }
td.TdClassName
{
border-color: #30BA71;
}
.TagClassName
{
border-color: #30BA71;
}
</style>