Shades of Medium Sea Green #30BA69
Tints of Medium Sea Green #30BA69
RGB
CMYK
RGB Variations
Color information
#30BA69 (or 0x30BA69) is known color: Medium Sea Green. HEX triplet: 30, BA and 69. RGB value is (48,186,105). Sum of RGB (Red+Green+Blue) = 48+186+105=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA69 is #CF4596. Grayscale: #878787. Windows color (decimal): -13583767 or 6928944. OLE color: 6928944.
HSL color Cylindrical-coordinate representation of color #30BA69: hue angle of 144.78º 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 #30BA69 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 105 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.27 |
| HSL | 144.78º | 0.59% | 0.46% | - |
| HSV(B) | 144.78º | 0.74% | 0.73% | - |
| XYZ | 21.33 | 36.77 | 19.34 | - |
| YUV | 135.5 | 110.78 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 105 | 0.74 | 0 | 0.44 | 0.27 | 144.78 | 0.59 | 0.46 |
| Hex | 30 | BA | 69 | 4A | 0 | 2C | 1B | 91 | 3B | 2E |
| Octal | 60 | 272 | 151 | 112 | 0 | 54 | 33 | 221 | 73 | 56 |
| Binary | 110000 | 10111010 | 1101001 | 1001010 | 0 | 101100 | 11011 | 10010001 | 111011 | 101110 |
Color Harmonies of #30BA69
Complementary color
Monochromatic Colors of #30BA69
Black with #30BA69
Text Example
Text Example
White with #30BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA69; }
p { color: rgb(48,186,105); }
H1.HeaderClassName
{
color: #30BA69;
}
.AnyTagClassName
{
color: #30BA69;
}
</style>
background-color css
<style>
a { background-color: #30BA69; }
a { background-color: rgb(48,186,105); }
div.DivClassName
{
background-color: #30BA69;
}
.BgClassName
{
background-color: #30BA69;
}
</style>
border-color css
<style>
span { border-color: #30BA69; }
span { border-color: rgb(48,186,105); }
td.TdClassName
{
border-color: #30BA69;
}
.TagClassName
{
border-color: #30BA69;
}
</style>