Shades of Medium Sea Green #30B95E
Tints of Medium Sea Green #30B95E
RGB
CMYK
RGB Variations
Color information
#30B95E (or 0x30B95E) is known color: Medium Sea Green. HEX triplet: 30, B9 and 5E. RGB value is (48,185,94). Sum of RGB (Red+Green+Blue) = 48+185+94=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 185 (72.66% from 255 or 56.57% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 185 - color contains mainly: green. Hex color #30B95E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B95E is #CF46A1. Grayscale: #858585. Windows color (decimal): -13584034 or 6207792. OLE color: 6207792.
HSL color Cylindrical-coordinate representation of color #30B95E: hue angle of 140.15º 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 #30B95E is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 185 | 94 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.27 |
| HSL | 140.15º | 0.59% | 0.46% | - |
| HSV(B) | 140.15º | 0.74% | 0.73% | - |
| XYZ | 20.59 | 36.13 | 16.48 | - |
| YUV | 133.66 | 105.61 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 185 | 94 | 0.74 | 0 | 0.49 | 0.27 | 140.15 | 0.59 | 0.46 |
| Hex | 30 | B9 | 5E | 4A | 0 | 31 | 1B | 8C | 3B | 2E |
| Octal | 60 | 271 | 136 | 112 | 0 | 61 | 33 | 214 | 73 | 56 |
| Binary | 110000 | 10111001 | 1011110 | 1001010 | 0 | 110001 | 11011 | 10001100 | 111011 | 101110 |
Color Harmonies of #30B95E
Complementary color
Monochromatic Colors of #30B95E
Black with #30B95E
Text Example
Text Example
White with #30B95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B95E; }
p { color: rgb(48,185,94); }
H1.HeaderClassName
{
color: #30B95E;
}
.AnyTagClassName
{
color: #30B95E;
}
</style>
background-color css
<style>
a { background-color: #30B95E; }
a { background-color: rgb(48,185,94); }
div.DivClassName
{
background-color: #30B95E;
}
.BgClassName
{
background-color: #30B95E;
}
</style>
border-color css
<style>
span { border-color: #30B95E; }
span { border-color: rgb(48,185,94); }
td.TdClassName
{
border-color: #30B95E;
}
.TagClassName
{
border-color: #30B95E;
}
</style>