Shades of Medium Sea Green #30B570
Tints of Medium Sea Green #30B570
RGB
CMYK
RGB Variations
Color information
#30B570 (or 0x30B570) is known color: Medium Sea Green. HEX triplet: 30, B5 and 70. RGB value is (48,181,112). Sum of RGB (Red+Green+Blue) = 48+181+112=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #30B570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B570 is #CF4A8F. Grayscale: #858585. Windows color (decimal): -13585040 or 7386416. OLE color: 7386416.
HSL color Cylindrical-coordinate representation of color #30B570: hue angle of 148.87º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B570 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 181 | 112 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.29 |
| HSL | 148.87º | 0.58% | 0.45% | - |
| HSV(B) | 148.87º | 0.73% | 0.71% | - |
| XYZ | 20.67 | 34.85 | 20.97 | - |
| YUV | 133.37 | 115.94 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 181 | 112 | 0.73 | 0 | 0.38 | 0.29 | 148.87 | 0.58 | 0.45 |
| Hex | 30 | B5 | 70 | 49 | 0 | 26 | 1D | 95 | 3A | 2D |
| Octal | 60 | 265 | 160 | 111 | 0 | 46 | 35 | 225 | 72 | 55 |
| Binary | 110000 | 10110101 | 1110000 | 1001001 | 0 | 100110 | 11101 | 10010101 | 111010 | 101101 |
Color Harmonies of #30B570
Complementary color
Monochromatic Colors of #30B570
Black with #30B570
Text Example
Text Example
White with #30B570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B570; }
p { color: rgb(48,181,112); }
H1.HeaderClassName
{
color: #30B570;
}
.AnyTagClassName
{
color: #30B570;
}
</style>
background-color css
<style>
a { background-color: #30B570; }
a { background-color: rgb(48,181,112); }
div.DivClassName
{
background-color: #30B570;
}
.BgClassName
{
background-color: #30B570;
}
</style>
border-color css
<style>
span { border-color: #30B570; }
span { border-color: rgb(48,181,112); }
td.TdClassName
{
border-color: #30B570;
}
.TagClassName
{
border-color: #30B570;
}
</style>