Shades of Medium Sea Green #30BF5E
Tints of Medium Sea Green #30BF5E
RGB
CMYK
RGB Variations
Color information
#30BF5E (or 0x30BF5E) is known color: Medium Sea Green. HEX triplet: 30, BF and 5E. RGB value is (48,191,94). Sum of RGB (Red+Green+Blue) = 48+191+94=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 191 (75% from 255 or 57.36% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BF5E is #CF40A1. Grayscale: #898989. Windows color (decimal): -13582498 or 6209328. OLE color: 6209328.
HSL color Cylindrical-coordinate representation of color #30BF5E: hue angle of 139.3º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BF5E is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 191 | 94 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.25 |
| HSL | 139.3º | 0.6% | 0.47% | - |
| HSV(B) | 139.3º | 0.75% | 0.75% | - |
| XYZ | 21.87 | 38.7 | 16.91 | - |
| YUV | 137.19 | 103.62 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 191 | 94 | 0.75 | 0 | 0.51 | 0.25 | 139.3 | 0.6 | 0.47 |
| Hex | 30 | BF | 5E | 4B | 0 | 33 | 19 | 8B | 3C | 2F |
| Octal | 60 | 277 | 136 | 113 | 0 | 63 | 31 | 213 | 74 | 57 |
| Binary | 110000 | 10111111 | 1011110 | 1001011 | 0 | 110011 | 11001 | 10001011 | 111100 | 101111 |
Color Harmonies of #30BF5E
Complementary color
Monochromatic Colors of #30BF5E
Black with #30BF5E
Text Example
Text Example
White with #30BF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BF5E; }
p { color: rgb(48,191,94); }
H1.HeaderClassName
{
color: #30BF5E;
}
.AnyTagClassName
{
color: #30BF5E;
}
</style>
background-color css
<style>
a { background-color: #30BF5E; }
a { background-color: rgb(48,191,94); }
div.DivClassName
{
background-color: #30BF5E;
}
.BgClassName
{
background-color: #30BF5E;
}
</style>
border-color css
<style>
span { border-color: #30BF5E; }
span { border-color: rgb(48,191,94); }
td.TdClassName
{
border-color: #30BF5E;
}
.TagClassName
{
border-color: #30BF5E;
}
</style>