Shades of Medium Sea Green #30BB73
Tints of Medium Sea Green #30BB73
RGB
CMYK
RGB Variations
Color information
#30BB73 (or 0x30BB73) is known color: Medium Sea Green. HEX triplet: 30, BB and 73. RGB value is (48,187,115). Sum of RGB (Red+Green+Blue) = 48+187+115=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 187 (73.44% from 255 or 53.43% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 187 - color contains mainly: green. Hex color #30BB73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BB73 is #CF448C. Grayscale: #898989. Windows color (decimal): -13583501 or 7584560. OLE color: 7584560.
HSL color Cylindrical-coordinate representation of color #30BB73: hue angle of 148.92º 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 #30BB73 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 187 | 115 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.27 |
| HSL | 148.92º | 0.59% | 0.46% | - |
| HSV(B) | 148.92º | 0.74% | 0.73% | - |
| XYZ | 22.08 | 37.41 | 22.28 | - |
| YUV | 137.23 | 115.45 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 187 | 115 | 0.74 | 0 | 0.39 | 0.27 | 148.92 | 0.59 | 0.46 |
| Hex | 30 | BB | 73 | 4A | 0 | 27 | 1B | 95 | 3B | 2E |
| Octal | 60 | 273 | 163 | 112 | 0 | 47 | 33 | 225 | 73 | 56 |
| Binary | 110000 | 10111011 | 1110011 | 1001010 | 0 | 100111 | 11011 | 10010101 | 111011 | 101110 |
Color Harmonies of #30BB73
Complementary color
Monochromatic Colors of #30BB73
Black with #30BB73
Text Example
Text Example
White with #30BB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BB73; }
p { color: rgb(48,187,115); }
H1.HeaderClassName
{
color: #30BB73;
}
.AnyTagClassName
{
color: #30BB73;
}
</style>
background-color css
<style>
a { background-color: #30BB73; }
a { background-color: rgb(48,187,115); }
div.DivClassName
{
background-color: #30BB73;
}
.BgClassName
{
background-color: #30BB73;
}
</style>
border-color css
<style>
span { border-color: #30BB73; }
span { border-color: rgb(48,187,115); }
td.TdClassName
{
border-color: #30BB73;
}
.TagClassName
{
border-color: #30BB73;
}
</style>