Shades of Medium Sea Green #30D06C
Tints of Medium Sea Green #30D06C
RGB
CMYK
RGB Variations
Color information
#30D06C (or 0x30D06C) is known color: Medium Sea Green. HEX triplet: 30, D0 and 6C. RGB value is (48,208,108). Sum of RGB (Red+Green+Blue) = 48+208+108=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 208 (81.64% from 255 or 57.14% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 208 - color contains mainly: green. Hex color #30D06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D06C is #CF2F93. Grayscale: #959595. Windows color (decimal): -13578132 or 7131184. OLE color: 7131184.
HSL color Cylindrical-coordinate representation of color #30D06C: hue angle of 142.5º degrees, saturation: 0.63, 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 #30D06C is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 108 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.18 |
| HSL | 142.5º | 0.63% | 0.5% | - |
| HSV(B) | 142.5º | 0.77% | 0.82% | - |
| XYZ | 26.48 | 46.82 | 21.83 | - |
| YUV | 148.76 | 104.99 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 108 | 0.77 | 0 | 0.48 | 0.18 | 142.5 | 0.63 | 0.5 |
| Hex | 30 | D0 | 6C | 4D | 0 | 30 | 12 | 8E | 3F | 32 |
| Octal | 60 | 320 | 154 | 115 | 0 | 60 | 22 | 216 | 77 | 62 |
| Binary | 110000 | 11010000 | 1101100 | 1001101 | 0 | 110000 | 10010 | 10001110 | 111111 | 110010 |
Color Harmonies of #30D06C
Complementary color
Monochromatic Colors of #30D06C
Black with #30D06C
Text Example
Text Example
White with #30D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D06C; }
p { color: rgb(48,208,108); }
H1.HeaderClassName
{
color: #30D06C;
}
.AnyTagClassName
{
color: #30D06C;
}
</style>
background-color css
<style>
a { background-color: #30D06C; }
a { background-color: rgb(48,208,108); }
div.DivClassName
{
background-color: #30D06C;
}
.BgClassName
{
background-color: #30D06C;
}
</style>
border-color css
<style>
span { border-color: #30D06C; }
span { border-color: rgb(48,208,108); }
td.TdClassName
{
border-color: #30D06C;
}
.TagClassName
{
border-color: #30D06C;
}
</style>