Shades of Medium Sea Green #30BA65
Tints of Medium Sea Green #30BA65
RGB
CMYK
RGB Variations
Color information
#30BA65 (or 0x30BA65) is known color: Medium Sea Green. HEX triplet: 30, BA and 65. RGB value is (48,186,101). Sum of RGB (Red+Green+Blue) = 48+186+101=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA65 is #CF459A. Grayscale: #878787. Windows color (decimal): -13583771 or 6666800. OLE color: 6666800.
HSL color Cylindrical-coordinate representation of color #30BA65: hue angle of 143.04º 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 #30BA65 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 101 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.27 |
| HSL | 143.04º | 0.59% | 0.46% | - |
| HSV(B) | 143.04º | 0.74% | 0.73% | - |
| XYZ | 21.13 | 36.69 | 18.28 | - |
| YUV | 135.05 | 108.78 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 101 | 0.74 | 0 | 0.46 | 0.27 | 143.04 | 0.59 | 0.46 |
| Hex | 30 | BA | 65 | 4A | 0 | 2E | 1B | 8F | 3B | 2E |
| Octal | 60 | 272 | 145 | 112 | 0 | 56 | 33 | 217 | 73 | 56 |
| Binary | 110000 | 10111010 | 1100101 | 1001010 | 0 | 101110 | 11011 | 10001111 | 111011 | 101110 |
Color Harmonies of #30BA65
Complementary color
Monochromatic Colors of #30BA65
Black with #30BA65
Text Example
Text Example
White with #30BA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA65; }
p { color: rgb(48,186,101); }
H1.HeaderClassName
{
color: #30BA65;
}
.AnyTagClassName
{
color: #30BA65;
}
</style>
background-color css
<style>
a { background-color: #30BA65; }
a { background-color: rgb(48,186,101); }
div.DivClassName
{
background-color: #30BA65;
}
.BgClassName
{
background-color: #30BA65;
}
</style>
border-color css
<style>
span { border-color: #30BA65; }
span { border-color: rgb(48,186,101); }
td.TdClassName
{
border-color: #30BA65;
}
.TagClassName
{
border-color: #30BA65;
}
</style>