Shades of Medium Sea Green #30B466
Tints of Medium Sea Green #30B466
RGB
CMYK
RGB Variations
Color information
#30B466 (or 0x30B466) is known color: Medium Sea Green. HEX triplet: 30, B4 and 66. RGB value is (48,180,102). Sum of RGB (Red+Green+Blue) = 48+180+102=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #30B466 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B466 is #CF4B99. Grayscale: #838383. Windows color (decimal): -13585306 or 6730800. OLE color: 6730800.
HSL color Cylindrical-coordinate representation of color #30B466: hue angle of 144.55º 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 #30B466 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 180 | 102 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.29 |
| HSL | 144.55º | 0.58% | 0.45% | - |
| HSV(B) | 144.55º | 0.73% | 0.71% | - |
| XYZ | 19.94 | 34.23 | 18.13 | - |
| YUV | 131.64 | 111.27 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 180 | 102 | 0.73 | 0 | 0.43 | 0.29 | 144.55 | 0.58 | 0.45 |
| Hex | 30 | B4 | 66 | 49 | 0 | 2B | 1D | 91 | 3A | 2D |
| Octal | 60 | 264 | 146 | 111 | 0 | 53 | 35 | 221 | 72 | 55 |
| Binary | 110000 | 10110100 | 1100110 | 1001001 | 0 | 101011 | 11101 | 10010001 | 111010 | 101101 |
Color Harmonies of #30B466
Complementary color
Monochromatic Colors of #30B466
Black with #30B466
Text Example
Text Example
White with #30B466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B466; }
p { color: rgb(48,180,102); }
H1.HeaderClassName
{
color: #30B466;
}
.AnyTagClassName
{
color: #30B466;
}
</style>
background-color css
<style>
a { background-color: #30B466; }
a { background-color: rgb(48,180,102); }
div.DivClassName
{
background-color: #30B466;
}
.BgClassName
{
background-color: #30B466;
}
</style>
border-color css
<style>
span { border-color: #30B466; }
span { border-color: rgb(48,180,102); }
td.TdClassName
{
border-color: #30B466;
}
.TagClassName
{
border-color: #30B466;
}
</style>