Shades of Medium Sea Green #30BC73
Tints of Medium Sea Green #30BC73
RGB
CMYK
RGB Variations
Color information
#30BC73 (or 0x30BC73) is known color: Medium Sea Green. HEX triplet: 30, BC and 73. RGB value is (48,188,115). Sum of RGB (Red+Green+Blue) = 48+188+115=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BC73 is #CF438C. Grayscale: #898989. Windows color (decimal): -13583245 or 7584816. OLE color: 7584816.
HSL color Cylindrical-coordinate representation of color #30BC73: hue angle of 148.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BC73 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 115 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.26 |
| HSL | 148.71º | 0.59% | 0.46% | - |
| HSV(B) | 148.71º | 0.74% | 0.74% | - |
| XYZ | 22.3 | 37.83 | 22.35 | - |
| YUV | 137.82 | 115.12 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 115 | 0.74 | 0 | 0.39 | 0.26 | 148.71 | 0.59 | 0.46 |
| Hex | 30 | BC | 73 | 4A | 0 | 27 | 1A | 95 | 3B | 2E |
| Octal | 60 | 274 | 163 | 112 | 0 | 47 | 32 | 225 | 73 | 56 |
| Binary | 110000 | 10111100 | 1110011 | 1001010 | 0 | 100111 | 11010 | 10010101 | 111011 | 101110 |
Color Harmonies of #30BC73
Complementary color
Monochromatic Colors of #30BC73
Black with #30BC73
Text Example
Text Example
White with #30BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BC73; }
p { color: rgb(48,188,115); }
H1.HeaderClassName
{
color: #30BC73;
}
.AnyTagClassName
{
color: #30BC73;
}
</style>
background-color css
<style>
a { background-color: #30BC73; }
a { background-color: rgb(48,188,115); }
div.DivClassName
{
background-color: #30BC73;
}
.BgClassName
{
background-color: #30BC73;
}
</style>
border-color css
<style>
span { border-color: #30BC73; }
span { border-color: rgb(48,188,115); }
td.TdClassName
{
border-color: #30BC73;
}
.TagClassName
{
border-color: #30BC73;
}
</style>