Shades of Medium Sea Green #30D077
Tints of Medium Sea Green #30D077
RGB
CMYK
RGB Variations
Color information
#30D077 (or 0x30D077) is known color: Medium Sea Green. HEX triplet: 30, D0 and 77. RGB value is (48,208,119). Sum of RGB (Red+Green+Blue) = 48+208+119=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #30D077 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D077 is #CF2F88. Grayscale: #969696. Windows color (decimal): -13578121 or 7852080. OLE color: 7852080.
HSL color Cylindrical-coordinate representation of color #30D077: hue angle of 146.62º 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 #30D077 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 119 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.18 |
| HSL | 146.63º | 0.63% | 0.5% | - |
| HSV(B) | 146.63º | 0.77% | 0.82% | - |
| XYZ | 27.1 | 47.07 | 25.11 | - |
| YUV | 150.01 | 110.49 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 119 | 0.77 | 0 | 0.43 | 0.18 | 146.63 | 0.63 | 0.5 |
| Hex | 30 | D0 | 77 | 4D | 0 | 2B | 12 | 93 | 3F | 32 |
| Octal | 60 | 320 | 167 | 115 | 0 | 53 | 22 | 223 | 77 | 62 |
| Binary | 110000 | 11010000 | 1110111 | 1001101 | 0 | 101011 | 10010 | 10010011 | 111111 | 110010 |
Color Harmonies of #30D077
Complementary color
Monochromatic Colors of #30D077
Black with #30D077
Text Example
Text Example
White with #30D077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D077; }
p { color: rgb(48,208,119); }
H1.HeaderClassName
{
color: #30D077;
}
.AnyTagClassName
{
color: #30D077;
}
</style>
background-color css
<style>
a { background-color: #30D077; }
a { background-color: rgb(48,208,119); }
div.DivClassName
{
background-color: #30D077;
}
.BgClassName
{
background-color: #30D077;
}
</style>
border-color css
<style>
span { border-color: #30D077; }
span { border-color: rgb(48,208,119); }
td.TdClassName
{
border-color: #30D077;
}
.TagClassName
{
border-color: #30D077;
}
</style>