Shades of Medium Sea Green #30B564
Tints of Medium Sea Green #30B564
RGB
CMYK
RGB Variations
Color information
#30B564 (or 0x30B564) is known color: Medium Sea Green. HEX triplet: 30, B5 and 64. RGB value is (48,181,100). Sum of RGB (Red+Green+Blue) = 48+181+100=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 181 (71.09% from 255 or 55.02% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 181 - color contains mainly: green. Hex color #30B564 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B564 is #CF4A9B. Grayscale: #848484. Windows color (decimal): -13585052 or 6599984. OLE color: 6599984.
HSL color Cylindrical-coordinate representation of color #30B564: hue angle of 143.46º 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 #30B564 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 181 | 100 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.29 |
| HSL | 143.46º | 0.58% | 0.45% | - |
| HSV(B) | 143.46º | 0.73% | 0.71% | - |
| XYZ | 20.04 | 34.6 | 17.68 | - |
| YUV | 132 | 109.94 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 181 | 100 | 0.73 | 0 | 0.45 | 0.29 | 143.46 | 0.58 | 0.45 |
| Hex | 30 | B5 | 64 | 49 | 0 | 2D | 1D | 8F | 3A | 2D |
| Octal | 60 | 265 | 144 | 111 | 0 | 55 | 35 | 217 | 72 | 55 |
| Binary | 110000 | 10110101 | 1100100 | 1001001 | 0 | 101101 | 11101 | 10001111 | 111010 | 101101 |
Color Harmonies of #30B564
Complementary color
Monochromatic Colors of #30B564
Black with #30B564
Text Example
Text Example
White with #30B564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B564; }
p { color: rgb(48,181,100); }
H1.HeaderClassName
{
color: #30B564;
}
.AnyTagClassName
{
color: #30B564;
}
</style>
background-color css
<style>
a { background-color: #30B564; }
a { background-color: rgb(48,181,100); }
div.DivClassName
{
background-color: #30B564;
}
.BgClassName
{
background-color: #30B564;
}
</style>
border-color css
<style>
span { border-color: #30B564; }
span { border-color: rgb(48,181,100); }
td.TdClassName
{
border-color: #30B564;
}
.TagClassName
{
border-color: #30B564;
}
</style>