Shades of Medium Sea Green #30BC65
Tints of Medium Sea Green #30BC65
RGB
CMYK
RGB Variations
Color information
#30BC65 (or 0x30BC65) is known color: Medium Sea Green. HEX triplet: 30, BC and 65. RGB value is (48,188,101). Sum of RGB (Red+Green+Blue) = 48+188+101=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BC65 is #CF439A. Grayscale: #888888. Windows color (decimal): -13583259 or 6667312. OLE color: 6667312.
HSL color Cylindrical-coordinate representation of color #30BC65: hue angle of 142.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BC65 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 101 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.26 |
| HSL | 142.71º | 0.59% | 0.46% | - |
| HSV(B) | 142.71º | 0.74% | 0.74% | - |
| XYZ | 21.55 | 37.53 | 18.42 | - |
| YUV | 136.22 | 108.12 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 101 | 0.74 | 0 | 0.46 | 0.26 | 142.71 | 0.59 | 0.46 |
| Hex | 30 | BC | 65 | 4A | 0 | 2E | 1A | 8F | 3B | 2E |
| Octal | 60 | 274 | 145 | 112 | 0 | 56 | 32 | 217 | 73 | 56 |
| Binary | 110000 | 10111100 | 1100101 | 1001010 | 0 | 101110 | 11010 | 10001111 | 111011 | 101110 |
Color Harmonies of #30BC65
Complementary color
Monochromatic Colors of #30BC65
Black with #30BC65
Text Example
Text Example
White with #30BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BC65; }
p { color: rgb(48,188,101); }
H1.HeaderClassName
{
color: #30BC65;
}
.AnyTagClassName
{
color: #30BC65;
}
</style>
background-color css
<style>
a { background-color: #30BC65; }
a { background-color: rgb(48,188,101); }
div.DivClassName
{
background-color: #30BC65;
}
.BgClassName
{
background-color: #30BC65;
}
</style>
border-color css
<style>
span { border-color: #30BC65; }
span { border-color: rgb(48,188,101); }
td.TdClassName
{
border-color: #30BC65;
}
.TagClassName
{
border-color: #30BC65;
}
</style>