Shades of Medium Sea Green #30BA76
Tints of Medium Sea Green #30BA76
RGB
CMYK
RGB Variations
Color information
#30BA76 (or 0x30BA76) is known color: Medium Sea Green. HEX triplet: 30, BA and 76. RGB value is (48,186,118). Sum of RGB (Red+Green+Blue) = 48+186+118=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA76 is #CF4589. Grayscale: #898989. Windows color (decimal): -13583754 or 7780912. OLE color: 7780912.
HSL color Cylindrical-coordinate representation of color #30BA76: hue angle of 150.43º 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 #30BA76 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 118 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.27 |
| HSL | 150.43º | 0.59% | 0.46% | - |
| HSV(B) | 150.43º | 0.74% | 0.73% | - |
| XYZ | 22.05 | 37.05 | 23.13 | - |
| YUV | 136.99 | 117.28 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 118 | 0.74 | 0 | 0.37 | 0.27 | 150.43 | 0.59 | 0.46 |
| Hex | 30 | BA | 76 | 4A | 0 | 25 | 1B | 96 | 3B | 2E |
| Octal | 60 | 272 | 166 | 112 | 0 | 45 | 33 | 226 | 73 | 56 |
| Binary | 110000 | 10111010 | 1110110 | 1001010 | 0 | 100101 | 11011 | 10010110 | 111011 | 101110 |
Color Harmonies of #30BA76
Complementary color
Monochromatic Colors of #30BA76
Black with #30BA76
Text Example
Text Example
White with #30BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA76; }
p { color: rgb(48,186,118); }
H1.HeaderClassName
{
color: #30BA76;
}
.AnyTagClassName
{
color: #30BA76;
}
</style>
background-color css
<style>
a { background-color: #30BA76; }
a { background-color: rgb(48,186,118); }
div.DivClassName
{
background-color: #30BA76;
}
.BgClassName
{
background-color: #30BA76;
}
</style>
border-color css
<style>
span { border-color: #30BA76; }
span { border-color: rgb(48,186,118); }
td.TdClassName
{
border-color: #30BA76;
}
.TagClassName
{
border-color: #30BA76;
}
</style>