Shades of Medium Sea Green #30B764
Tints of Medium Sea Green #30B764
RGB
CMYK
RGB Variations
Color information
#30B764 (or 0x30B764) is known color: Medium Sea Green. HEX triplet: 30, B7 and 64. RGB value is (48,183,100). Sum of RGB (Red+Green+Blue) = 48+183+100=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 183 (71.88% from 255 or 55.29% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 183 - color contains mainly: green. Hex color #30B764 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B764 is #CF489B. Grayscale: #858585. Windows color (decimal): -13584540 or 6600496. OLE color: 6600496.
HSL color Cylindrical-coordinate representation of color #30B764: hue angle of 143.11º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B764 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 183 | 100 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.28 |
| HSL | 143.11º | 0.58% | 0.45% | - |
| HSV(B) | 143.11º | 0.74% | 0.72% | - |
| XYZ | 20.45 | 35.42 | 17.81 | - |
| YUV | 133.17 | 109.27 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 183 | 100 | 0.74 | 0 | 0.45 | 0.28 | 143.11 | 0.58 | 0.45 |
| Hex | 30 | B7 | 64 | 4A | 0 | 2D | 1C | 8F | 3A | 2D |
| Octal | 60 | 267 | 144 | 112 | 0 | 55 | 34 | 217 | 72 | 55 |
| Binary | 110000 | 10110111 | 1100100 | 1001010 | 0 | 101101 | 11100 | 10001111 | 111010 | 101101 |
Color Harmonies of #30B764
Complementary color
Monochromatic Colors of #30B764
Black with #30B764
Text Example
Text Example
White with #30B764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B764; }
p { color: rgb(48,183,100); }
H1.HeaderClassName
{
color: #30B764;
}
.AnyTagClassName
{
color: #30B764;
}
</style>
background-color css
<style>
a { background-color: #30B764; }
a { background-color: rgb(48,183,100); }
div.DivClassName
{
background-color: #30B764;
}
.BgClassName
{
background-color: #30B764;
}
</style>
border-color css
<style>
span { border-color: #30B764; }
span { border-color: rgb(48,183,100); }
td.TdClassName
{
border-color: #30B764;
}
.TagClassName
{
border-color: #30B764;
}
</style>