Shades of Medium Sea Green #30C173
Tints of Medium Sea Green #30C173
RGB
CMYK
RGB Variations
Color information
#30C173 (or 0x30C173) is known color: Medium Sea Green. HEX triplet: 30, C1 and 73. RGB value is (48,193,115). Sum of RGB (Red+Green+Blue) = 48+193+115=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #30C173 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C173 is #CF3E8C. Grayscale: #8C8C8C. Windows color (decimal): -13581965 or 7586096. OLE color: 7586096.
HSL color Cylindrical-coordinate representation of color #30C173: hue angle of 147.72º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C173 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 193 | 115 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.24 |
| HSL | 147.72º | 0.6% | 0.47% | - |
| HSV(B) | 147.72º | 0.75% | 0.76% | - |
| XYZ | 23.38 | 40.01 | 22.71 | - |
| YUV | 140.75 | 113.46 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 193 | 115 | 0.75 | 0 | 0.40 | 0.24 | 147.72 | 0.6 | 0.47 |
| Hex | 30 | C1 | 73 | 4B | 0 | 28 | 18 | 94 | 3C | 2F |
| Octal | 60 | 301 | 163 | 113 | 0 | 50 | 30 | 224 | 74 | 57 |
| Binary | 110000 | 11000001 | 1110011 | 1001011 | 0 | 101000 | 11000 | 10010100 | 111100 | 101111 |
Color Harmonies of #30C173
Complementary color
Monochromatic Colors of #30C173
Black with #30C173
Text Example
Text Example
White with #30C173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C173; }
p { color: rgb(48,193,115); }
H1.HeaderClassName
{
color: #30C173;
}
.AnyTagClassName
{
color: #30C173;
}
</style>
background-color css
<style>
a { background-color: #30C173; }
a { background-color: rgb(48,193,115); }
div.DivClassName
{
background-color: #30C173;
}
.BgClassName
{
background-color: #30C173;
}
</style>
border-color css
<style>
span { border-color: #30C173; }
span { border-color: rgb(48,193,115); }
td.TdClassName
{
border-color: #30C173;
}
.TagClassName
{
border-color: #30C173;
}
</style>