Shades of Medium Sea Green #30D16C
Tints of Medium Sea Green #30D16C
RGB
CMYK
RGB Variations
Color information
#30D16C (or 0x30D16C) is known color: Medium Sea Green. HEX triplet: 30, D1 and 6C. RGB value is (48,209,108). Sum of RGB (Red+Green+Blue) = 48+209+108=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 209 (82.03% from 255 or 57.26% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 209 - color contains mainly: green. Hex color #30D16C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D16C is #CF2E93. Grayscale: #959595. Windows color (decimal): -13577876 or 7131440. OLE color: 7131440.
HSL color Cylindrical-coordinate representation of color #30D16C: hue angle of 142.36º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D16C is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 209 | 108 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.18 |
| HSL | 142.36º | 0.64% | 0.5% | - |
| HSV(B) | 142.36º | 0.77% | 0.82% | - |
| XYZ | 26.73 | 47.31 | 21.91 | - |
| YUV | 149.35 | 104.66 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 209 | 108 | 0.77 | 0 | 0.48 | 0.18 | 142.36 | 0.64 | 0.5 |
| Hex | 30 | D1 | 6C | 4D | 0 | 30 | 12 | 8E | 40 | 32 |
| Octal | 60 | 321 | 154 | 115 | 0 | 60 | 22 | 216 | 100 | 62 |
| Binary | 110000 | 11010001 | 1101100 | 1001101 | 0 | 110000 | 10010 | 10001110 | 1000000 | 110010 |
Color Harmonies of #30D16C
Complementary color
Monochromatic Colors of #30D16C
Black with #30D16C
Text Example
Text Example
White with #30D16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D16C; }
p { color: rgb(48,209,108); }
H1.HeaderClassName
{
color: #30D16C;
}
.AnyTagClassName
{
color: #30D16C;
}
</style>
background-color css
<style>
a { background-color: #30D16C; }
a { background-color: rgb(48,209,108); }
div.DivClassName
{
background-color: #30D16C;
}
.BgClassName
{
background-color: #30D16C;
}
</style>
border-color css
<style>
span { border-color: #30D16C; }
span { border-color: rgb(48,209,108); }
td.TdClassName
{
border-color: #30D16C;
}
.TagClassName
{
border-color: #30D16C;
}
</style>