Shades of Medium Sea Green #30B96A
Tints of Medium Sea Green #30B96A
RGB
CMYK
RGB Variations
Color information
#30B96A (or 0x30B96A) is known color: Medium Sea Green. HEX triplet: 30, B9 and 6A. RGB value is (48,185,106). Sum of RGB (Red+Green+Blue) = 48+185+106=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #30B96A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B96A is #CF4695. Grayscale: #878787. Windows color (decimal): -13584022 or 6994224. OLE color: 6994224.
HSL color Cylindrical-coordinate representation of color #30B96A: hue angle of 145.4º 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 #30B96A is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 185 | 106 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.27 |
| HSL | 145.4º | 0.59% | 0.46% | - |
| HSV(B) | 145.4º | 0.74% | 0.73% | - |
| XYZ | 21.17 | 36.37 | 19.54 | - |
| YUV | 135.03 | 111.61 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 185 | 106 | 0.74 | 0 | 0.43 | 0.27 | 145.4 | 0.59 | 0.46 |
| Hex | 30 | B9 | 6A | 4A | 0 | 2B | 1B | 91 | 3B | 2E |
| Octal | 60 | 271 | 152 | 112 | 0 | 53 | 33 | 221 | 73 | 56 |
| Binary | 110000 | 10111001 | 1101010 | 1001010 | 0 | 101011 | 11011 | 10010001 | 111011 | 101110 |
Color Harmonies of #30B96A
Complementary color
Monochromatic Colors of #30B96A
Black with #30B96A
Text Example
Text Example
White with #30B96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B96A; }
p { color: rgb(48,185,106); }
H1.HeaderClassName
{
color: #30B96A;
}
.AnyTagClassName
{
color: #30B96A;
}
</style>
background-color css
<style>
a { background-color: #30B96A; }
a { background-color: rgb(48,185,106); }
div.DivClassName
{
background-color: #30B96A;
}
.BgClassName
{
background-color: #30B96A;
}
</style>
border-color css
<style>
span { border-color: #30B96A; }
span { border-color: rgb(48,185,106); }
td.TdClassName
{
border-color: #30B96A;
}
.TagClassName
{
border-color: #30B96A;
}
</style>